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 (Collapse)Author
2018-07-11Only use setMetaDataEntry()Lipu Fei
2018-06-13Merge branch 'master' into mypy_fixesDiego Prado Gesto
Conflicts: cura/Backups/Backup.py cura/Settings/ExtruderManager.py cura/Settings/MachineManager.py
2018-06-11Set encoding correctly when opening files everywhereGhostkeeper
Otherwise the encoding is interpreted differently on Windows and Mac.
2018-06-01Remove unused target_container parameterGhostkeeper
It's not compatible with ContainerInterface anyway. Contributes to issue CURA-5330.
2018-05-23CURA-5370 The minimum offset between objects in the Arranger is now ↵Jack Ha
determined by the brim/skirt/... setting
2018-05-22CURA-5370 Small refactor for Arranger: make x and y consistent (numpy arrays ↵Jack Ha
start with y first in general), faster, cleanup, more unit tests, take actual build plate size in Arranger instances
2018-04-25Fix unit tests for adding CuraContainerStacksLipu Fei
CURA-5281 Because of the definition_changes fix, CuraContainerStack.deserialize() may create and add extra containers, so the unit tests need to be adjusted.
2018-03-14Fix failing test for um3_extended 0.8 variantChrisTerBeke
2018-02-27Remove approximate diameter unit tests because the function/property is goneLipu Fei
2018-02-16WIP: Remove findDefault..()sLipu Fei
2018-02-16WIP: Remove set..ById()s in CuraContainerStackLipu Fei
2018-02-06PyTest fix: The extruder stack test is failedAleksei S
2018-01-04CURA-4672 fix auto arrange for small models, they are now rounded up to 1 ↵Jack Ha
pixel rasterized
2018-01-03Move all decorators in the scene subfolderChrisTerBeke
2018-01-03Move all arranging related code into a subfolderChrisTerBeke
2017-12-15Tests: Removed python circular import dependency and added empty containersAleksei S
CURA-4687
2017-11-29Merge branch 'master' into feature_local_container_serverGhostkeeper
Contributes to issue CURA-4243.
2017-11-27Remove test for upgrading from legacy stacks to modern stacksGhostkeeper
This is because ContainerRegistry.saveAll has been removed. That function was only used by this test. I don't think it's worth keeping this unit test for the effort. It's only for code that's passed through in the version upgrade from 2.4 to 2.5 anyway. Contributes to issue CURA-4243.
2017-11-24Set definition by their IDGhostkeeper
The new function for setting the definition just adds the ID to the metadata. Contributes to issue CURA-4243.
2017-10-26Fix broken unit tests due to evaluation contextLipu Fei
CURA-4498
2017-10-20Use findContainersMetadata whenever possibleGhostkeeper
This ensures that we only load those containers that we actually need the data of. Contributes to issue CURA-4243.
2017-10-02Fix unit testJaime van Kessel
CURA-4360
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-08-04Add test to ensure that UM3 and UM3E variants are kept the sameGhostkeeper
It's a bit chunky, but functional.
2017-06-30Add test for very large material diametersGhostkeeper
Shouldn't matter with Python, but you never know. Contributes to issue CURA-2822.
2017-06-30Set material_diameter setting in approximate material diameter testGhostkeeper
Instead of the metadata entry, which was a previous implementation of the function. This is essentially just an update of the test. Contributes to issue CURA-2822.
2017-06-22Expose approximateMaterialDiameter of the definitionGhostkeeper
This way we can request that from QML. Contributes to issue CURA-2822.
2017-05-17Fix the addExtruder unit testArjen Hiemstra
Extruders now need to provide a "position" entry. Contributes to CURA-3738
2017-05-17Merge branch 'master' of github.com:Ultimaker/Cura into ↵Arjen Hiemstra
transparent_limit_to_extruder
2017-05-16Fix circular import problem caused by moving SettingVersion into CuraApplicationLipu Fei
CURA-3756
2017-05-16Merge branch 'transparent_limit_to_extruder' of github.com:ultimaker/Cura ↵Arjen Hiemstra
into transparent_limit_to_extruder * 'transparent_limit_to_extruder' of github.com:ultimaker/Cura: Removed unused imports Fixed type hinting for Extruder stack Fixed two remaining failing unit tests Fixes unit fallthrough unit test
2017-05-15Fixed two remaining failing unit testsJaime van Kessel
CURA-3738
2017-05-15Fixes unit fallthrough unit testJaime van Kessel
CURA-3738
2017-05-12Don't register registry at ContainerStack class any moreGhostkeeper
The fixture does this for us automatically now. It's not entirely neat since this is not cleaned up afterwards, but it does make sense to put it there in the fixture, logically. Contributes to issue CURA-3427.
2017-05-12Define fixture for DefinitionContainer instancesGhostkeeper
Removes a few lines from the tests, making them simpler. Not much though. Contributes to issue CURA-3427.
2017-05-12Add test for when setting_version doesn't match its definitionGhostkeeper
Contributes to issue CURA-3427.
2017-05-12Add test for when an instance container has no setting_versionGhostkeeper
The setting_version is interpreted as 0 then. Contributes to issue CURA-3427.
2017-05-12Add test for happy path of filtering by setting_versionGhostkeeper
If the setting_version is correct, the container should get registered. Contributes to issue CURA-3427.
2017-05-12Add test for registering global stacksGhostkeeper
This test tests adding container stacks and seeing if they convert well. Contributes to issue CURA-3427.
2017-05-12Add test for registring containersGhostkeeper
This test tests adding container stacks and seeing if they convert well. Contributes to issue CURA-3427.
2017-05-09Fix unit test. Related to CURA-3757Jack Ha
2017-05-04Fix unit testArjen Hiemstra
CuraContainerRegistry::load now has a dependency on the ContainerStack so we need to account for it in our mocks.
2017-05-04Fix extruderstack test on CIArjen Hiemstra
We do not need a complete CuraApplication just so registerExtruder can work. Instead, we just mock away the extruder manager so the rest of the test can proceed.
2017-05-02Merge branch 'master' of github.com:Ultimaker/Cura into cura_containerstackJaime van Kessel
2017-05-02Fixed unit testJaime van Kessel
CURA-3497
2017-05-01Fixed the upgraderFileRename testJaime van Kessel
CURA-3479
2017-05-01Fixed one of the testsJaime van Kessel
The test failed due to it not creating the right application CURA-3497
2017-04-25Revert permissionsJack Ha
2017-04-25Added some smoketests. CURA-3297Jack Ha
2017-04-13Removed print statements from unit testJaime van Kessel