Cura/tests
Ghostkeeper b245be6970
Remove has_machine_materials metadata
It's not behaving as expected here. For instance, Ultimaker 3 wasn't specifying has_machine_materials and thus only the base materials would get loaded, but clearly the Ultimaker 3 has materials specialised for it.
Whether or not a printer has materials specialised for it is now determined by whether the specialisations exist in the material files. So we don't need the metadata entry any more. It seemed to have not been in use anyway, except by one printer which specified that has_machine_materials is true. I've now made it behave as if it's always true.

Contributes to issue CURA-6831.
2019-10-02 08:55:04 +02:00
..
API Fix tests 2019-05-28 07:57:29 +02:00
Machines Remove has_machine_materials metadata 2019-10-02 08:55:04 +02:00
PrinterOutput Test fixes, not working yet 2019-08-23 17:03:39 +02:00
Settings Partial fix for intent manager not finding correct profile in test 2019-09-23 15:17:15 +02:00
__init__.py Fix running tests via CMake 2019-08-13 16:20:21 +02:00
conftest.py Add tests for ExtruderManager 2019-07-19 13:55:16 +02:00
TestArrange.py Reduce print output during happy path of automated tests 2019-03-11 11:10:09 +01:00
TestBuildVolume.py Add boundingbox test for buildvolume 2019-07-01 09:55:04 +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
TestCuraSceneNode.py Renamed some small test classes so they don't cause pytest warnings 2019-07-23 13:24:39 +02:00
TestExtruderManager.py Add tests for ExtruderManager 2019-07-19 13:55:16 +02:00
TestGCodeListDecorator.py Add test for gcodeListDecorator 2019-01-25 14:04:53 +01:00
TestIntentManager.py Fix TestIntentManager 2019-10-01 11:30:54 +02:00
TestLayer.py Add typing & tests for Layer 2019-08-02 16:49:07 +02:00
TestMachineAction.py Move MachineActionManager into cura.UI module 2019-03-20 09:10:48 +01:00
TestMachineManager.py Fix merge conflicts with master 2019-09-24 14:26:43 +02:00
TestMaterialManager.py Remove (all?, most?) deprecated ContainerNode.getMetaDataEntry calls. 2019-08-20 15:38:45 +02:00
TestOAuth2.py Fix OAuth2 test 2019-08-15 09:23:05 +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 Fix typing. 2019-08-27 17:57:11 +02:00