There are currently three files in the main directory about running tests, and I'm not clear on the differences between two of them.
As of the latest branch, run_simple_tests.py works, as does run_unit_tests.py, but run_tests.py does not. Maybe we can get rid of the latter, or prompt Claude to simplify it into two scripts (a simple one and a more thorough one).
There are currently three files in the main directory about running tests, and I'm not clear on the differences between two of them.
As of the latest branch,
run_simple_tests.pyworks, as doesrun_unit_tests.py, butrun_tests.pydoes not. Maybe we can get rid of the latter, or prompt Claude to simplify it into two scripts (a simple one and a more thorough one).