gitbutler/crates/gitbutler-core/tests/keys
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
..
mod.rs fix integration test structure to assure tests run only once. 2024-05-28 13:25:45 +02:00