Skip to content

Conversation

@kevinmessiaen
Copy link
Member

Description

Added a method to save and load a test suite inside a local folder:

suite = ...
suite.save('./my_suite')

loaded_suite = Suite.load('./my_suite')

Related Issue

Type of Change

  • 📚 Examples / docs / tutorials / dependencies update
  • 🔧 Bug fix (non-breaking change which fixes an issue)
  • 🥂 Improvement (non-breaking change which improves an existing feature)
  • 🚀 New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 🔐 Security fix

Checklist

  • I've read the CODE_OF_CONDUCT.md document.
  • I've read the CONTRIBUTING.md guide.
  • I've written tests for all new methods and classes that I created.
  • I've written the docstring in Google format for all the methods and classes that I used.
  • I've updated the pdm.lock running pdm update-lock (only applicable when pyproject.toml has been
    modified)

@kevinmessiaen kevinmessiaen requested a review from henchaves July 12, 2024 14:28
@kevinmessiaen kevinmessiaen marked this pull request as ready for review July 12, 2024 14:57
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
54.5% Coverage on New Code (required ≥ 70%)
7.3% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

@kevinmessiaen kevinmessiaen merged commit 6334b41 into main Jul 16, 2024
@kevinmessiaen kevinmessiaen deleted the feat/save-suite-locally branch July 16, 2024 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants