-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Not Applicable
-
Storage Engines
-
3
-
StorEng - 2024-10-29
The testing stream team has found a new alternative way to organise the directory structure that would be more suitable for modular testing
test/catch2/
- tests/
- module/ //This would be like “block/” or “session/”
- api/
- unit/
- misc_tests/ // For everything that isn’t a module level test, this way we don’t pollute the tests/ directory with test .cpp and .h files
- main.cpp
- utils.cpp
- utils.h
- create_test.sh
- CMakeLists.txt
- README.md
- module/ //This would be like “block/” or “session/”