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
AgeCommit message (Expand)Author
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-05-28Remove incorrect commentNino van Hooff
2020-05-28Convert remaining doxygen to rstNino van Hooff
2019-05-24Add a few more simple tests for extruder stackJaime van Kessel
2018-08-15Move constant instance containers to a separate fileLipu Fei
2018-08-14Fix tests in the ExtruderStack.Diego Prado Gesto
2018-08-14Fix some unit tests.Diego Prado Gesto
2018-07-11Only use setMetaDataEntry()Lipu Fei
2018-06-01Remove unused target_container parameterGhostkeeper
2018-02-16WIP: Remove set..ById()s in CuraContainerStackLipu Fei
2018-02-06PyTest fix: The extruder stack test is failedAleksei S
2017-12-15Tests: Removed python circular import dependency and added empty containersAleksei S
2017-10-26Fix broken unit tests due to evaluation contextLipu Fei
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-05-15Fixes unit fallthrough unit testJaime van Kessel
2017-05-04Fix extruderstack test on CIArjen Hiemstra
2017-05-01Fixed one of the testsJaime van Kessel
2017-04-12ExtruderStack requires a next stack, so make sure it has that in testsArjen Hiemstra
2017-04-12Remove superfluous mocking and fixturesGhostkeeper
2017-04-12Let setProperty tests test only whether setProperty on container is calledGhostkeeper
2017-04-12Change expected exception in test_set...ByIdDoesntExistGhostkeeper
2017-04-12Let test_setVariantByIdExists use new container registry functionalityGhostkeeper
2017-04-12Let test_setQualityChangesByIdExists use new container registry functionalityGhostkeeper
2017-04-12Let test_setQualityByIdExists use new container registry functionalityGhostkeeper
2017-04-12Let test_setMaterialByIdExists use new container registry functionalityGhostkeeper
2017-04-12Let container_registry return a pre-set value for what containers it findsGhostkeeper
2017-04-12Add container types to fallthrough testsGhostkeeper
2017-04-12Remove redundant deserialize testsGhostkeeper
2017-04-12Refactor deserialise testsGhostkeeper
2017-04-10Split test_constrainContainerTypes into separate testsGhostkeeper
2017-03-24Add tests for setting property on other parts of extruder stackGhostkeeper
2017-03-24Add tests for setting property on user changes of extruder stackGhostkeeper
2017-03-24Add tests for setVariantByIdGhostkeeper
2017-03-24Add tests for setQualityChangesByIdGhostkeeper
2017-03-24Add tests for setQualityByIdGhostkeeper
2017-03-24Add tests for setMaterialByIdGhostkeeper
2017-03-24Add tests for setDefinitionByIdGhostkeeper
2017-03-24Add test for settings behaving like a stackGhostkeeper
2017-03-24Add test for deserializing with a missing containerGhostkeeper
2017-03-24Add test for constraining container types to certain slotsGhostkeeper
2017-03-24Document deserialize test casesGhostkeeper
2017-03-24Align parameters of material deserialising testGhostkeeper
2017-03-24Add tests for deserialising extruders with definitionsGhostkeeper
2017-03-24Add tests for deserialising extruders with variantsGhostkeeper
2017-03-24Add tests for deserialising extruders with materialGhostkeeper
2017-03-24Add tests for deserialising extruders with qualityGhostkeeper
2017-03-24Add tests for deserialising extruders with quality changesGhostkeeper
2017-03-24Line up parameters of test casesGhostkeeper
2017-03-24Add tests for deserialising a stack with user changesGhostkeeper
2017-03-24Add delimiter between global stuff and test casesGhostkeeper