unwind/tests
ducklet 380d6ff186 fix: support new user ratings page markup
We use __NEXT_DATA__ from the page to find the user's latest rated
movies.
We found that at least in one case (of a Video Game) the movie details
were wrong. Normally this shouldn't be a problem though because we know
all the movies already and we keep the values we already have. Otherwise
the data from __NEXT_DATA__ seems more accurate and complete.
2024-07-21 14:46:45 +02:00
..
fixtures fix: support new user ratings page markup 2024-07-21 14:46:45 +02:00
conftest.py remove databases, use SQLAlechemy 2.0 instead 2023-11-27 23:24:35 +01:00
test_db.py feat: use Alembic to initialize the database 2024-05-19 02:25:36 +02:00
test_imdb.py fix: support new user ratings page markup 2024-07-21 14:46:45 +02:00
test_models.py remove databases, use SQLAlechemy 2.0 instead 2023-11-27 23:24:35 +01:00
test_web.py fix: loading multiple oscars per movie 2024-05-25 18:23:13 +02:00