We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff03dcb commit 1cdae65Copy full SHA for 1cdae65
tests/server/api/test_movies.py
@@ -53,10 +53,9 @@ def test_movie_count(
53
},
54
)
55
56
- # Insert test movies and one-to-one dependencies into Murfey DB
+ # Insert test movies and one-to-one dependencies
57
tag = "test_movie"
58
num_movies = 5
59
- murfey_db_session
60
for i in range(num_movies):
61
murfey_ledger_entry: MurfeyLedger = get_or_create_db_entry(
62
murfey_db_session,
0 commit comments