backend tests progress

This commit is contained in:
2024-01-29 20:37:02 +01:00
parent 47848ff674
commit e171147915
12 changed files with 414 additions and 660 deletions
-6
View File
@@ -9,11 +9,9 @@ FetchContent_Declare(
FetchContent_MakeAvailable(Catch2)
add_executable(tests QueryBuilderTest.cpp
SessionTest.cpp
RecordTest.cpp
ConnectionPoolTest.cpp
BackendProviderTest.cpp
ConnectionTest.cpp
models/product.hpp
ColumnGeneratorTest.cpp
ColumnNameGeneratorTest.cpp
@@ -25,13 +23,9 @@ add_executable(tests QueryBuilderTest.cpp
models/person.hpp
AnyTypeToVisitorTest.cpp
ColumnTest.cpp
SessionRecordTest.cpp
StatementCacheTest.cpp
StatementTest.cpp
models/coordinate.hpp
models/location.hpp
TypeTraitsTest.cpp
Databases.hpp
models/optional.hpp
ConvertTest.cpp
DummyConnection.hpp