execution_engine_core/tests/mod.rs
1// Copyright 2024 Vincents AI
2// SPDX-License-Identifier: MIT OR Apache-2.0
3
4// Test modules
5#[cfg(test)]
6pub mod database_test;
7#[cfg(test)]
8pub mod framework_test;
9#[cfg(test)]
10pub mod framework_tests;
11#[cfg(test)]
12pub mod hot_reload_tests;
13#[cfg(test)]
14pub mod integration_tests;