Cura/tests
Ghostkeeper b231a4b3a2
Remove unnecessary re-adding of extruders
This was originally added for backwards compatibility with old versions of Uranium. However the link between Cura versions and Uranium versions is already very strong (Cura crashes with old Uranium versions) so this is not necessary.
It was also adding warnings in our log that these extruders had already been added to the printer.

Done during Turbo Testing and Tooling, to clean up our log files.
2020-05-15 14:26:44 +02:00
..
API Make login parametrized with a force_logout boolean 2020-05-12 16:54:41 +02:00
Machines Remove unnecessary os.path.basename call 2020-05-08 16:58:33 +02:00
PrinterOutput Fix some tests not cleaning up correctly after themselves 2019-12-24 16:20:09 +01:00
Settings Also test for the normal Version number 2020-05-08 12:18:48 +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 Remove a number of unused imports 2020-04-10 13:58:10 +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 Fix TestCuraSceneNode 2019-12-06 12:00:40 +01:00
TestExtruderManager.py Remove unnecessary re-adding of extruders 2020-05-15 14:26:44 +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 Remove a number of unused variables 2020-04-10 13:46:19 +02:00
TestMachineManager.py Fix tests 2020-01-03 15:12:14 +01:00
TestOAuth2.py Fix description comment of _generate_auth_url() 2020-05-12 13:17:18 +02:00
TestObjectsModel.py Fix tests for updated ObjectsModel 2020-04-13 09:18:41 +02:00
TestPrintInformation.py Remove a number of unused imports 2020-04-10 13:58:10 +02:00
TestProfileRequirements.py Fix failing unit test 2019-02-11 13:30:32 +01:00