Engel Nyst fab8c9003b remove deprecated github-token config (#2334) před 1 rokem
..
README.md 4292998ee2 doc: add more cmd in unit test documentation (#1963) před 1 rokem
test_action_serialization.py 48151bdbb0 [feat] WebArena benchmark, MiniWoB++ benchmark and related arch changes (#2170) před 1 rokem
test_agent_skill.py b431fce938 tests: more Agentskills tests; updated .gitignore (#2307) před 1 rokem
test_arg_parser.py 18d07bda89 feat: add max_budget_per_task configuration to control task cost (#2070) před 1 rokem
test_config.py fab8c9003b remove deprecated github-token config (#2334) před 1 rokem
test_event_stream.py 0eccf31604 Refactor monologue and SWE agent to use the messages in state history (#1863) před 1 rokem
test_ipython.py a97d0767e9 fix: Backticks get always escaped by runtime; add Ipython test (#2321) před 1 rokem
test_is_stuck.py 783fea62a0 Ignore pid for loop detection (Was: override eq...) (#2045) před 1 rokem
test_json.py 9ca2007201 fix json encoding (#2018) před 1 rokem
test_logging.py fab8c9003b remove deprecated github-token config (#2334) před 1 rokem
test_micro_agents.py 0eccf31604 Refactor monologue and SWE agent to use the messages in state history (#1863) před 1 rokem
test_observation_serialization.py 110b878dd9 fix up serialization and deserialization of events (#1850) před 1 rokem
test_response_parsing.py e5f1dbf5e7 Move json utility to the custom json parsing; apply it to the monologue-like agents (#1740) před 1 rokem
test_sandbox.py 903381f16e Add back jupyter PWD env var for agentskills (#2327) před 1 rokem
test_storage.py 5bdacf738d Refactor session management (#1810) před 1 rokem

README.md

Introduction

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