Skip to content

Commit f21d24a

Browse files
Merge pull request #1812 from dandi/bf-CLAUDE.md
ai: fix up CLAUDE.md as to pytest markers placement
2 parents da76ac3 + dfcb60e commit f21d24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
1818

1919
## Test Markers
2020
- 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
21+
- Any new pytest markers must be registered in `pytest_configure` function of `dandi/pytest_plugin.py`
2222

2323
## Code Style
2424
- Code is formatted with Black (line length 100)

0 commit comments

Comments
 (0)