From 4b7c12b8ffe6d9d7ad88dfd30097baf8968642fb Mon Sep 17 00:00:00 2001 From: Avii Date: Fri, 20 Feb 2026 21:06:00 +0000 Subject: [PATCH] FUCK YOU FUCK YOU --- .claude/commands/create-test.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .claude/commands/create-test.md diff --git a/.claude/commands/create-test.md b/.claude/commands/create-test.md deleted file mode 100644 index 8420309..0000000 --- a/.claude/commands/create-test.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -allowed-tools: Bash(cargo test:*), -description: Create new tests ---- - -1. Reading $ARGUMENTS and understanding the implementation details. -2. Creating new tests for $ARGUMENTS in `tests` module in the same file. -3. Run `cargo test --workspace --all-features` to ensure all tests pass. -4. If any tests fail, fix the issues and re-run the tests. - -## Contracts - -- You have to write the rust-doc that describes the test case for each test function. \ No newline at end of file