Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-03-08Add test to ensure that no definitions define new settingsGhostkeeper
2020-12-18Fix testsJaime van Kessel
2020-11-10Fix assertionKostas Karmas
2020-11-10Add tests for correctPrintSequenceKostas Karmas
2020-11-10Merge branch '4.8'Remco Burema
2020-11-09Remove outdated testsKostas Karmas
2020-11-06Patch the updateNumberExtrudersEnabled temporarilyKostas Karmas
2020-11-06Add tests for _correctPrintSequenceKostas Karmas
2020-11-06Fix failing tests in TestMachineManagerKostas Karmas
2020-10-30Skip running the tests for the old arrange algorithmKostas Karmas
2020-10-16More fixes for PyCapsule_GetPointer race conditionGhostkeeper
2020-10-16Fix PyCapsule_GetPointer error when running testsGhostkeeper
2020-10-09Add extra human readable strings to assertsJaime van Kessel
2020-10-09Made the asserts of the profile tests a bit more explicitJaime van Kessel
2020-10-09Use fastConfigParser for the versionUpToDate testJaime van Kessel
2020-10-09Add test to check if profile ID's are uniqueJaime van Kessel
2020-09-07Add recalculate call to testsJaime van Kessel
2020-08-21Add some property tests for MachineManagerJaime van Kessel
2020-08-21Add test for clearUserSettingAllCurrentStacksJaime van Kessel
2020-08-21Expand tests for hasUserSettingsJaime van Kessel
2020-08-21Expand the getMachine testJaime van Kessel
2020-08-21Add tests for SetActiveMachineJaime van Kessel
2020-08-14Fix the unit testJaime van Kessel
2020-07-20Correct and consistent spelling of g-codeGhostkeeper
2020-07-07Revert changes for CURA-5479Nino van Hooff
2020-07-01Implement Review commentsNino van Hooff
2020-07-01Fix TextPrintInformationNino van Hooff
2020-06-29Merge branch 'CURA-7473_account_pending_update_button' of github.com:Ultimake...Jaime van Kessel
2020-06-28Avoid SyntaxWarning on Python >= 3.8Christian Clauss
2020-06-26Connect sync timer to sync() for consistency and add unit tests.Nino van Hooff
2020-06-19Some minor stylechanges in testsJaime van Kessel
2020-06-18Implement setDirty for mockContainerJaime van Kessel
2020-06-02Mock the limit_to_extruder property with an actual valueGhostkeeper
2020-06-02Mock the extruderListGhostkeeper
2020-05-29Remove use of deprecated extruders propertyGhostkeeper
2020-05-29Remove unused mock of extruders propertyGhostkeeper
2020-05-29Remove mocking of deprecated fieldGhostkeeper
2020-05-29Don't mock deprecated propertyGhostkeeper
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-05-28Remove incorrect commentNino van Hooff
2020-05-28Merge remote-tracking branch 'origin/master' into doxygen_to_restructuredtext...Nino van Hooff
2020-05-28Convert remaining doxygen to rstNino van Hooff
2020-05-15Remove unnecessary re-adding of extrudersGhostkeeper
2020-05-12Merge pull request #7743 from Ultimaker/CURA-7427_Add_option_to_sign_in_with_...Nino van Hooff
2020-05-12Make login parametrized with a force_logout booleanKostas Karmas
2020-05-12Merge branch 'Add_test_for_maximum_platform_mesh_size'Ghostkeeper
2020-05-12Fix description comment of _generate_auth_url()Kostas Karmas
2020-05-12Transfer the generation of the auth link into its own functionKostas Karmas
2020-05-12Add tests for loginWithForcedLogout() in accountKostas Karmas
2020-05-08Remove unnecessary os.path.basename callKostas Karmas