e053d267f0
Threshold for acceptable accesses has been increased but also additional check regarding roles has been introduced to ensure expected behavior. Closes: #13181 |
||
---|---|---|
.. | ||
TestComponents | ||
TestControls | ||
TestCore | ||
TestUtils | ||
qml/StatusQ/TestHelpers | ||
src/TestHelpers | ||
CMakeLists.txt | ||
main.cpp | ||
readme.md | ||
tst_Aggregator.cpp | ||
tst_ConcatModel.cpp | ||
tst_LeftJoinModel.cpp | ||
tst_RolesRenamingModel.cpp | ||
tst_SingleRoleAggregator.cpp | ||
tst_SubmodelProxyModel.cpp | ||
tst_SumAggregator.cpp | ||
tst_WritableProxyModel.cpp |
readme.md
Readme
Developer instructions
CMake
cd ./tests/
cmake -B ./build/ -S .
cmake --build ./build/
ctest --test-dir ./build/
QtCreator
- Open the
./tests/CMakeLists.txt
- Choose a QT kit to run the tests
- Set
%{sourceDir}/tests
as Working Directory for the TestStatusQ target - In the Test Results panel choose Run All Tests or just run the TestStatusQ target
TODO
- TestHelpers library
- Consolidate and integrate with https://github.com/status-im/desktop-ui-tests
- Separate projects per scope: TestControls, TestComponents