chore: Add tests for CodeHandler (#105)

* chore: Extract test utils to separate file

This makes it possible to reuse the utils in other test files.

* chore: Add tests for CodeHandler
This commit is contained in:
Povilas Kanapickas
2025-03-06 14:45:12 +02:00
committed by GitHub
parent 61ca5c9a1b
commit 81ac3c71fb
5 changed files with 220 additions and 57 deletions

View File

@ -1,4 +1,6 @@
add_executable(QodeAssistTest
../CodeHandler.cpp
CodeHandlerTest.cpp
DocumentContextReaderTest.cpp
unittest_main.cpp
)