Skip to content

Commit 92472c3

Browse files
committed
Clean up tests dir
1 parent d002f2c commit 92472c3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

mflix/server/python-fastapi/tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The test suite is organized into three categories:
4141

4242
1. **For all tests:**
4343
```bash
44-
cd server/python-fastapi
44+
cd server/
4545
source .venv/bin/activate # or `.venv\Scripts\activate` on Windows
4646
```
4747

mflix/server/python-fastapi/tests/test_movie_routes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import pytest
1010
from unittest.mock import AsyncMock, MagicMock, patch
1111
from bson import ObjectId
12-
from bson.errors import InvalidId
1312

1413
from src.models.models import CreateMovieRequest, UpdateMovieRequest
1514

0 commit comments

Comments
 (0)