From dfcb60ea2c8ed75f73d61432c31593b502a87f46 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 18 Feb 2026 21:03:21 -0500 Subject: [PATCH] ai: fix up CLAUDE.md as to pytest markers placement --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index ad0ffdfbb..f3e1abe16 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -18,7 +18,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## Test Markers - When adding AI-generated tests, mark them with `@pytest.mark.ai_generated` -- 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` ## Code Style - Code is formatted with Black (line length 100)