#[path = "common/fixtures.rs"]
mod fixtures;
#[path = "unit/graph_tests.rs"]
mod graph_tests;
#[path = "unit/scheduler_tests.rs"]
mod scheduler_tests;
#[path = "unit/state_tests.rs"]
mod state_tests;
#[path = "unit/storage_tests.rs"]
mod storage_tests;
#[path = "unit/worker_pool_tests.rs"]
mod worker_pool_tests;