aboutsummaryrefslogtreecommitdiff
path: root/tests/integration
AgeCommit message (Collapse)Author
12 hoursfix lintDaniel Schadt
22 hoursspeed up track insertionDaniel Schadt
It turns out that adding multiple thousands of track points via the ORM is quite slow, which is especially noticable in the browse_paged test (as 50 tracks are added there). This provides the fast_set_path method, which goes directly to the database, utilizing the executemany() capability. On the CI, the gpx-influx decreased test runtime from ~4min to ~18min. This change should make it much faster again.
2025-11-01fix testsDaniel Schadt
With the values being computed ourselves, they differ a bit from the previous gpxpy values. Therefore, we adjust the expected values in the tests.
2025-06-18add tests for browse paginationDaniel Schadt
2025-06-10fix lintsDaniel Schadt
2025-06-08fix filenames in archive testDaniel Schadt
2025-06-08fix archive testDaniel Schadt
We might not always get the IDs as 1 and 2, so we need to adapt.
2024-11-25fix lintDaniel Schadt
There seems to a new too-many-positional-arguments in addition to too-many-arguments now.
2023-08-30fix upload testDaniel Schadt
The new favourite icon messes up the old HTML, so we need to adjust the test's expectations.
2023-06-05fix lintDaniel Schadt
2023-05-31add test for verification mail resendingDaniel Schadt
2023-05-25move "sort" button on home page upDaniel Schadt
This looks better than having the header line and the sort button below each other.
2023-01-19add a small test for maintenance modeDaniel Schadt
2022-12-15fix lintsDaniel Schadt
2022-12-15fix integration & playwright testsDaniel Schadt
2022-12-06add some tests for the registration formDaniel Schadt
2022-07-17run pylint on the test files as wellDaniel Schadt
2022-07-17add tests for archive downloadDaniel Schadt
2022-07-11add integration tests for uploadingDaniel Schadt
2022-07-09add tests for the login formDaniel Schadt