Skip to content

Commit

Permalink
feat (tests): create tests/ directory and add individual testsuite fo…
Browse files Browse the repository at this point in the history
…lder
  • Loading branch information
aybruhm committed Jan 6, 2025
1 parent f98d428 commit c1e14bd
Show file tree
Hide file tree
Showing 28 changed files with 18 additions and 3,897 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ examples/baby_name_generator/test_example/v1.py
examples/baby_name_generator/.agentaignore
agenta-cli/tests/test_sdk_locally/config.toml

agenta-cli/agenta/client/fern
agenta-cli/agenta/client/fern
17 changes: 17 additions & 0 deletions agenta-backend/agenta_backend/pytest.ini
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"
Empty file.
Empty file.
265 changes: 0 additions & 265 deletions agenta-backend/agenta_backend/tests/configs_prompt/conftest.py

This file was deleted.

Loading

0 comments on commit c1e14bd

Please sign in to comment.