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.
This commit is contained in:
Sebastian Thiel 2024-05-26 10:44:50 +02:00
parent 732a8f68e4
commit 6224c70695
No known key found for this signature in database
GPG Key ID: 9CB5EE7895E8268B
7 changed files with 0 additions and 0 deletions