Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-01 | fix isolated running of unit tests | Daniel Schadt | |
They caused issues because they might not have created the database tables or the data directory. Since the cleanup job runs globally after every test, it should take that into consideration and not error out. | |||
2023-03-04 | fix deprecated SQLAlchemy functions | Daniel Schadt | |
Getting ready for SQLAlchemy 2.0! | |||
2022-12-15 | fix integration & playwright tests | Daniel Schadt | |
2022-08-13 | fix tests | Daniel 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-18 | give tests a temporary data dir | Daniel Schadt | |
2022-07-17 | add tests for archive download | Daniel Schadt | |
2022-07-11 | add integration tests for uploading | Daniel Schadt | |
2022-06-28 | Initial commit | Daniel Schadt | |