summaryrefslogtreecommitdiffstats
path: root/util/cmake/tests/test_operations.py
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Fix test_operationsTobias Hunger2019-05-171-4/+4
| | | | | | | Fix test_operations and do some small mypy cleanups along the way Change-Id: I6586b5d3491e5dcf44252c098516f0922fa60420 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Fix turned logic in RemoveOperationJędrzej Nowacki2019-03-281-0/+57
It is regression caused by a0a94576fae26bcbbf3823a6ee4b554886e84925 ("Fix RemoveOperation"). Add unit test for all operation types to make sure this code actually works:-) Change-Id: I97c94cb3411f05de89422e3fa2222f2217a09e49 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>