Test metadata isn't reread when running in watch mode #453
Labels
bug
Something isn't working
test-runners
Issues that affect all test runners (cargo-maelstrom, maelstrom-pytest, maelstrom-to-test, etc.).
Milestone
Specific Maelstrom Program?
All test runners.
Bug Description
When the test metadata is changed, the tests are re-run, but the metadata isn't re-read.
How to Reproduce
Make a test that fails because of bad test metadata. Run the test runner in watch mode. Fix the test metadata, note that the test still fails. Stop the test runner and re-run it, note that the test succeeeds.
The text was updated successfully, but these errors were encountered: