gitbutler/crates/gitbutler-core
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
..
src Allow non-origin main branches to be listed 2024-05-24 15:22:34 +02:00
tests fix integration test structure to assure tests run only once. 2024-05-28 13:25:45 +02:00
Cargo.toml remove chrono which was only used for 'now in milliseconds, relative to UNIX epoch' 2024-05-24 21:38:11 +02:00