You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/CLAUDE.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,3 +38,5 @@ You can build multiple versions of ClickHouse inside `build_*` directories, such
38
38
You can run integration tests as in `tests/integration/README.md` using: `python -m ci.praktika run "integration" --test <selectors>` invoked from the repository root.
39
39
40
40
When writing tests, do not add "no-*" tags (like "no-parallel") unless strictly necessarily.
41
+
42
+
When writing tests in tests/queries, prefer adding a new test instead of extending existing ones.
0 commit comments