|
|
1 an în urmă | |
|---|---|---|
| .. | ||
| README.md | 1 an în urmă | |
| test_action_serialization.py | 1 an în urmă | |
| test_arg_parser.py | 1 an în urmă | |
| test_config.py | 1 an în urmă | |
| test_event_stream.py | 1 an în urmă | |
| test_is_stuck.py | 1 an în urmă | |
| test_micro_agents.py | 1 an în urmă | |
| test_observation_serialization.py | 1 an în urmă | |
| test_response_parsing.py | 1 an în urmă | |
| test_sandbox.py | 1 an în urmă | |
| test_storage.py | 1 an în urmă | |
This folder contains unit tests that could be run locally.
Run all test:
poetry run pytest ./tests/unit
Run specific test file:
poetry run pytest ./tests/unit/test_micro_agents.py
Run specific unit test
poetry run pytest ./tests/unit/test_micro_agents.py:test_coder_agent_with_summary
More details see pytest doc