From baf94b18da5b648623f733a4a1b0f65a06380885 Mon Sep 17 00:00:00 2001 From: Ajasra Date: Sat, 7 Jun 2025 14:05:12 +0800 Subject: [PATCH] cursor rules --- .cursor/rules/project.mdc | 3 +++ 1 file changed, 3 insertions(+) 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]* +