-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat (tests): create tests/ directory and add individual testsuite fo…
…lder
- Loading branch information
Showing
28 changed files
with
18 additions
and
3,897 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[pytest] | ||
testpaths = tests | ||
python_files = test_*.py | ||
python_classes = Test* | ||
python_functions = test_* | ||
asyncio_default_fixture_loop_scope = session | ||
markers = | ||
asyncio: Tests marked as asynchronous . | ||
typical: Tests marked as having typical behaviour likelihood. | ||
edge: Tests marked as having edge behaviour likelihood. | ||
happy: Tests marked as following the "happy path". | ||
grumpy: Tests marked as following the "grumpy path". | ||
functional: Tests related to functional requirements. | ||
security: Tests related to security requirements. | ||
|
||
[tool.pytest.ini_options] | ||
asyncio_mode = "auto" |
File renamed without changes.
Empty file.
Empty file.
265 changes: 0 additions & 265 deletions
265
agenta-backend/agenta_backend/tests/configs_prompt/conftest.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.