aboutsummaryrefslogtreecommitdiff
path: root/tests/conftest.py
AgeCommit message (Collapse)Author
2022-12-15fix integration & playwright testsDaniel Schadt
2022-08-13fix testsDaniel Schadt
Now that the filtering is done via SQL, it is not enough for the user and the objects to be in the session - they need to be in the database, similar to the added tracks. Note that it was not entirely necessary in this case, since the tracks are public, but it provides the proper functionality in the future.
2022-07-18give tests a temporary data dirDaniel Schadt
2022-07-17add tests for archive downloadDaniel Schadt
2022-07-11add integration tests for uploadingDaniel Schadt
2022-06-28Initial commitDaniel Schadt