We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a02692 + ec4c8fc commit a5a4e06Copy full SHA for a5a4e06
AGENTS.md
@@ -23,6 +23,7 @@
23
24
- Write unit tests for your code.
25
- Prefer fixture tests over inline (`#[test]`) tests.
26
+- Before running tests, run `git submodule update --init --recursive` to initialize and update all submodules.
27
- You can do `UPDATE=1 cargo test` to get test outputs updated for fixture tests.
28
- When instructed to fix tests, do not remove or modify existing tests.
29
0 commit comments