We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da76ac3 + dfcb60e commit f21d24aCopy full SHA for f21d24a
CLAUDE.md
@@ -18,7 +18,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
18
19
## Test Markers
20
- When adding AI-generated tests, mark them with `@pytest.mark.ai_generated`
21
-- Any new pytest markers must be registered in `tox.ini` under `[pytest]` section in the `markers` list
+- Any new pytest markers must be registered in `pytest_configure` function of `dandi/pytest_plugin.py`
22
23
## Code Style
24
- Code is formatted with Black (line length 100)
0 commit comments