1 2 3 4 5 6 7 8 9 10
// declare tests in here to ensure they are compiled and run in a single binary pub mod querying; pub mod batching_tests; pub mod concurrency_tests; pub mod performance_tests; pub mod persisting_tests; pub mod plugin_tests; pub mod pass_through_tests;