Skip to content

Commit f87e4a4

Browse files
committed
refactor: fix tests
1 parent c7c0865 commit f87e4a4

File tree

12 files changed

+87098
-621
lines changed

12 files changed

+87098
-621
lines changed

backend/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,20 @@ Run tests with:
3535
uv run pytest
3636
```
3737

38+
### vscode
39+
40+
When using vscode to run tests in the editor, make sure to configure the root dir for pytests
41+
properly in the `.vscode/settings.json`:
42+
43+
```json
44+
{
45+
"python.testing.pytestArgs": [],
46+
"python.testing.unittestEnabled": false,
47+
"python.testing.pytestEnabled": true,
48+
"python.testing.cwd": "${workspaceFolder}/backend"
49+
}
50+
```
51+
3852
## 👥 Shared Responsibility
3953

4054
| Component | Responsibility |

0 commit comments

Comments
 (0)