Cura/tests
Ghostkeeper d52be42e01
Mock HttpRequestManager while changing log-in state
Changing the log-in state causes additional requests to be made to get information from the account. Previously this wasn't a problem because the information was only obtained from other classes such as the DigitalLibrary to get information on how many library projects the user can make. But now that there are triggers in the Account class itself, those triggers get triggered. It'd make additional requests to the account server. We don't want the tests to make such requests.

Contributes to issue CURA-9220.
2022-07-27 11:41:50 +02:00
..
API Mock HttpRequestManager while changing log-in state 2022-07-27 11:41:50 +02:00
Machines Fix various typos 2021-09-07 11:33:54 -04:00
PrinterOutput Qt5->Qt6: More renamed stuff. 2021-12-29 11:18:49 +01:00
Settings Use optional assert message instead of print 2022-07-08 10:24:23 +02:00
__init__.py Fix running tests via CMake 2019-08-13 16:20:21 +02:00
conftest.py Remove unneeded pycapsule imports 2021-05-10 16:53:16 +02:00
TestBuildVolume.py Fix buildvolume tests 2022-07-08 10:19:09 +02:00
TestConvexHullDecorator.py Fix Convex hull decorator tests 2022-07-08 10:02:52 +02:00
TestCuraSceneController.py Fix various typos 2021-09-07 11:33:54 -04: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 Fix various typos 2021-09-07 11:33:54 -04:00
TestMachineManager.py Fix assertion 2020-11-10 16:54:53 +01:00
TestOAuth2.py Search/replace Qt5->Qt6. 2021-12-28 14:46:02 +01:00
TestObjectsModel.py Fix ObjectsModel test to allow non-autogenerated group-name 2021-04-20 10:10:58 +02:00
TestPrintInformation.py Correct and consistent spelling of g-code 2020-07-20 13:36:49 +02:00
TestProfileRequirements.py Fix failing unit test 2019-02-11 13:30:32 +01:00
TestThemes.py Add test to see if all deprecated theme icons still exist 2021-08-31 12:00:59 +02:00