Skip to content

Commit 0e1c370

Browse files
docs: fix outdated documentation (automated weekly drift check)
- CLAUDE.md: Fixed the import location for `slow_test` and `nondeterministic_test` from `tests.conftest` to `tests.test_template`, matching the actual code structure. Evidence: `tests/test_template.py:9`. Co-authored-by: Miyamura80 <38335479+Miyamura80@users.noreply.github.com>
1 parent 9d59d40 commit 0e1c370

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ result = await inf_module.run(input_field="value")
9191

9292
```python
9393
from tests.test_template import TestTemplate
94-
from tests.conftest import slow_test, nondeterministic_test
94+
from tests.test_template import slow_test, nondeterministic_test
9595

9696
class TestMyFeature(TestTemplate):
9797
def test_something(self):

0 commit comments

Comments
 (0)