Add more abstract integration test

This commit is contained in:
Lennart K
2026-01-28 20:54:55 +01:00
parent c1758e2cba
commit 494f31f992
6 changed files with 125 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
// This file is just an entrypoint for integration_tests
// since the test runner only looks for files to run.
mod integration_tests;