Cura/tests
Remco Burema 810fee37eb Start to test other IntentManager functions.
Very rudimentary at the moment, need to split the method into 3, and make a class for the setup.
This also uncovered that the currentAvailableIntents doesn't (unless the global stack is missing) retrun any default intents, while currentAvailableIntentCategories does do that.
Since it's not clear how we're going to handle that right now, I made a TODO in the code, which of course will have to be fixed before this/these branch/es are merged.

part of CURA-6091
2019-06-28 12:10:39 +02:00
..
API Fix tests 2019-05-28 07:57:29 +02:00
Machines/Models Add some tests for DiscoveredPrintersModel 2019-05-31 17:03:38 +02:00
PrinterOutput Move models around again 2019-03-26 08:29:22 +01:00
Settings Fix tests 2019-06-03 16:27:39 +02:00
conftest.py Refactor: Move common fixtures to 'conftest'. 2019-06-21 14:58:55 +02:00
TestArrange.py Reduce print output during happy path of automated tests 2019-03-11 11:10:09 +01:00
TestBuildVolume.py Fix situation where _calculateMoveFromWallRadius could cause exception 2019-06-07 17:21:28 +02:00
TestConvexHullDecorator.py Add some tests for _compute2DConvexHull 2019-05-31 16:37:46 +02:00
TestCuraSceneController.py Add tests for CuraSceneController 2019-05-31 15:28:58 +02:00
TestGCodeListDecorator.py Add test for gcodeListDecorator 2019-01-25 14:04:53 +01:00
TestIntentManager.py Start to test other IntentManager functions. 2019-06-28 12:10:39 +02:00
TestMachineAction.py Move MachineActionManager into cura.UI module 2019-03-20 09:10:48 +01:00
TestMachineManager.py Refactor: Move common fixtures to 'conftest'. 2019-06-21 14:58:55 +02:00
TestMaterialManager.py Add tests for favorites in material manager 2019-05-24 17:11:41 +02:00
TestOAuth2.py Fix tests 2019-05-28 08:09:07 +02:00
TestObjectsModel.py Also add tests for the update of the objects mode 2019-05-24 15:27:08 +02:00
TestPrintInformation.py Fix merge conflicts with master 2019-03-21 14:59:53 +01:00
TestProfileRequirements.py Fix failing unit test 2019-02-11 13:30:32 +01:00
TestQualityManager.py Adds tests for QualityManager 2019-03-15 14:51:35 +01:00