status-desktop/ui/StatusQ/tests
Alex Jbanca f96460ead7 fix: Fix LeftJoinModel tests on Qt 5.15.8 2023-11-27 15:52:39 +02:00
..
TestComponents fix(StatusQ): StatusQ is QML module (#10207) 2023-04-14 11:18:56 +03:00
TestControls StatusQ: skip failing unit test 2023-09-06 10:00:17 +02:00
TestCore/TestUtils fix(Update fees periodically): Implementing periodic fee update for airdrops, minting, self destruct and burning transactions 2023-09-08 23:25:04 +03:00
TestUtils feat(LinkPreviews): Integrate Link previews with the backend (#12523) 2023-10-25 18:20:02 +03:00
Testing/Temporary tests(general): refactor tests 2022-09-21 18:20:09 +02:00
qml/StatusQ/TestHelpers tests(general): refactor tests 2022-09-21 18:20:09 +02:00
src tests(general): refactor tests 2022-09-21 18:20:09 +02:00
CMakeLists.txt fix(StatusQ): run all unittests via make and on CI 2023-11-24 23:32:08 +01:00
main.cpp StatusQ(LocaleUitls): Unit test added for currencyAmountToLocaleString 2023-09-20 15:15:29 +02:00
readme.md tests(general): refactor tests 2022-09-21 18:20:09 +02:00
tst_LeftJoinModel.cpp fix: Fix LeftJoinModel tests on Qt 5.15.8 2023-11-27 15:52:39 +02:00
tst_RolesRenamingModel.cpp Storybook: Add example combining RolesRenamingModel, LeftJoinModel and SFPM 2023-10-27 13:27:30 +02:00
tst_SubmodelProxyModel.cpp chore(StatusQ): Tests for SubmodelProxyModel added 2023-11-06 12:26:04 +01:00

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