diff --git a/.cursor/rules/project.mdc b/.cursor/rules/project.mdc index 7e63aa1..d84448c 100644 --- a/.cursor/rules/project.mdc +++ b/.cursor/rules/project.mdc @@ -17,4 +17,7 @@ Unify the project structure and interraction with tools and console - If in doubt, check [CONTEXT.md](mdc:CONTEXT.md) file and [architecture.md](mdc:docs/architecture.md) - **PREFER** ORM pattern for databases with SQLAclhemy. +### Testing +- Use UV for test in format *uv run pytest [filename]* +