status-desktop/ui/StatusQ/tests
Stefan 16af9dfae6 fix(wallet): fix rename account modal states
Considerations:

- Change validation mode for StatusText to have validity from the start
- Don't show a color selection if the selected color doesn't match the
  available color palette
- Don't enable button if nothing changed
- Tests
    - Add test for validation mode that shows how the valid property
    behaves based on findings.
    - Fix text to expect valid on no input for the default control

Fixes: #8211
2023-01-05 22:16:44 +04:00
..
TestComponents fix(StatusImageCrop): output an error if trying to set cropRect without image 2022-09-21 18:20:09 +02:00
TestControls fix(wallet): fix rename account modal states 2023-01-05 22:16:44 +04: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(tests): fix building tests 2022-09-21 18:20:13 +02:00
main.cpp tests(general): refactor tests 2022-09-21 18:20:09 +02:00
readme.md tests(general): refactor tests 2022-09-21 18:20:09 +02: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