gitbutler/crates/gitbutler-core/tests
Sebastian Thiel 6224c70695
fix integration test structure to assure tests run only once.
Previously, tests were included by `app.rs` which is the entrypoint
for intgration tests, but there were also loose `.rs` files which
each count as separate test (with their own binary).

This wasn't intended and I don't know what happened there,
so now `core.rs` is the entrypoint.
2024-05-28 13:25:45 +02:00
..
error fix integration test structure to assure tests run only once. 2024-05-28 13:25:45 +02:00
git remove unused sessions / deltas implementation 2024-05-12 03:39:04 +02:00
keys fix integration test structure to assure tests run only once. 2024-05-28 13:25:45 +02:00
lock fix integration test structure to assure tests run only once. 2024-05-28 13:25:45 +02:00
reader fix integration test structure to assure tests run only once. 2024-05-28 13:25:45 +02:00
suite Revert "Replace integer timestamps with Duration" 2024-05-24 09:40:52 +01:00
types fix integration test structure to assure tests run only once. 2024-05-28 13:25:45 +02:00
virtual_branches Revert "Replace integer timestamps with Duration" 2024-05-24 09:40:52 +01:00
zip fix integration test structure to assure tests run only once. 2024-05-28 13:25:45 +02:00
core.rs fix integration test structure to assure tests run only once. 2024-05-28 13:25:45 +02:00