Skip to content

Commit

Permalink
chore: add more test files
Browse files Browse the repository at this point in the history
  • Loading branch information
naaive committed Nov 21, 2024
1 parent 3356f2d commit 0ed3fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def run_model_tests(model_name):
print(f"\nTesting model: {model_name}")
stats = TestStats()
test_files = ["supervisor_chain.py"] \
# + glob.glob("agent_trajectory/*.py")
+ glob.glob("agent_trajectory/*.py")
pytest.main(["--count=1", "-n", "11"] + test_files + [f"--model={model_name}"] + sys.argv[1:], plugins=[stats])
return stats.calculate_model_score()

Expand Down

0 comments on commit 0ed3fd1

Please sign in to comment.