Remove additional "tests" from instructions.

This commit is contained in:
Adam Outler
2025-11-23 16:42:39 +00:00
parent 07eeac0a0b
commit 35b7e80be4

View File

@@ -86,6 +86,6 @@ Backend loop phases (see `server/__main__.py` and `server/plugin.py`): `once`, `
- Always leave logging enabled. If there is a possiblity it will be difficult to debug with current logging, add more logging.
- Always run the testFailure tool before executing any tests to gather current failure information and avoid redundant runs.
- Always prioritize using the appropriate tools in the environment first. As an example if a test is failing use `testFailure` then `runTests`. Never `runTests` first.
- Docker tests take an extremely long time to run. Avoid changes to docker or tests tests until you've examined the exisiting testFailures and runTests results.
- Docker tests take an extremely long time to run. Avoid changes to docker or tests until you've examined the exisiting testFailures and runTests results.
- Environment tools are designed specifically for your use in this project and running them in this order will give you the best results.