Home
last modified time | relevance | path

Searched defs:container_registry (Results 1 – 18 of 18) sorted by relevance

/dports/cad/uranium/Uranium-3ed9c4de/tests/Settings/
H A DTestContainerRegistry.py22 def test_addContainer(container_registry): argument
73 def test_readOnly(container_registry): argument
98 def test_isLoaded(container_registry): argument
105 def test_removeContainer(container_registry): argument
131 def test_renameContainer(container_registry): argument
160 def test_create(container_registry): argument
315 def test_addGetResourceType(container_registry): argument
332 def test_saveContainer(container_registry): argument
347 def test_load(container_registry): argument
371 def test_loadAllMetada(container_registry): argument
[all …]
H A DTestSettingPropertyProvider.py12 def test_setContainerStack(container_registry): argument
37 def test_valueChanges(container_registry): argument
H A DTestContainerStack.py67 def test_deserialize_wrong_version(container_stack, container_registry): argument
90 def test_deserialize_missing_items(container_stack, container_registry): argument
190 def test_deserialize_containers(container_stack, container_registry): argument
674 def test_backwardCompatibility(container_stack, container_registry): argument
692 def test_idSpecialCharacters(container_stack, container_registry): argument
H A DTestInstanceContainersModel.py6 def instance_containers_model(container_registry): argument
70 def test_fetchInstanceContainers(container_registry): argument
H A Dconftest.py28 def container_registry(application, test_containers_provider, plugin_registry: PluginRegistry): function
/dports/cad/cura/Cura-58bae31/tests/Settings/
H A DTestCuraContainerRegistry.py23 def test_createUniqueName(container_registry): argument
230 def test__findProfileWriterNoPlugins(container_registry): argument
239 def test__findProfileWriter(container_registry): argument
248 def test_importProfileEmptyFileName(container_registry): argument
265 def test_importProfileWithoutGlobalStack(self, container_registry): argument
270 def test_importProfileNoProfileException(self, container_registry): argument
278 def test_importProfileGenericException(self, container_registry): argument
285 def test_importProfileNoDefinitionFound(self, container_registry): argument
296 def test_importProfileSuccess(self, container_registry): argument
319 def test_isMetaDataValid(container_registry, metadata, result): argument
[all …]
H A DTestCuraStackBuilder.py50 def test_createMachineWithUnknownDefinition(application, container_registry): argument
58 def test_createMachine(application, container_registry, definition_container, global_variant, mater… argument
H A Dconftest.py19 def container_registry(application) -> CuraContainerRegistry: function
H A DTestSettingOverrideDecorator.py10 container_registry = MagicMock(name="container_registry") variable
/dports/cad/cura/Cura-58bae31/tests/Machines/
H A DTestMaterialNode.py47 def container_registry(): function
54 def test_materialNodeInit_noMachineQuality(container_registry): argument
66 def test_materialNodeInit_MachineQuality(container_registry): argument
80 def test_onRemoved_wrongContainer(container_registry): argument
96 def test_onRemoved_rightContainer(container_registry): argument
112 def test_onMetadataChanged(container_registry): argument
134 def test_onMetadataChanged_wrongContainer(container_registry): argument
H A DTestContainerTree.py28 def container_registry(): function
39 def test_containerTreeInit(container_registry): argument
48 def test_getCurrentQualityGroupsNoGlobalStack(container_registry): argument
57 def test_getCurrentQualityGroups(container_registry, application): argument
73 def test_getCurrentQualityChangesGroupsNoGlobalStack(container_registry): argument
82 def test_getCurrentQualityChangesGroups(container_registry, application): argument
H A DTestMachineNode.py23 def container_registry(): function
54 def createMachineNode(container_id, container_registry): argument
61 def test_machineNodeInit(container_registry): argument
69 def test_metadataProperties(container_registry): argument
H A DTestVariantNode.py69 def container_registry(): function
82 def createVariantNode(container_id, machine_node, container_registry): argument
88 def test_variantNodeInit(container_registry, machine_node): argument
96 def test_variantNodeInit_excludedMaterial(container_registry, machine_node): argument
106 def test_materialAdded(container_registry, machine_node, metadata, material_result_list): argument
121 def test_materialAdded_update(container_registry, machine_node, metadata, changed_material_list, un… argument
H A DTestQualityNode.py75 def container_registry(): function
83 def test_qualityNode_machine_1(container_registry): argument
/dports/cad/cura/Cura-58bae31/tests/
H A DTestIntentManager.py63 def intent_manager(application, extruder_manager, machine_manager, container_registry, global_stack… argument
96 def doSetup(application, extruder_manager, container_registry, global_stack) -> None: argument
131 …entAvailableIntents(application, extruder_manager, intent_manager, container_registry, global_stac… argument
145 …bleIntentCategories(application, extruder_manager, intent_manager, container_registry, global_stac… argument
159 def test_selectIntent(application, extruder_manager, intent_manager, container_registry, global_sta… argument
H A Dconftest.py38 def container_registry(application, global_stack) -> ContainerRegistry: function
45 def extruder_manager(application, container_registry) -> ExtruderManager: argument
57 def machine_manager(application, extruder_manager, container_registry, global_stack) -> MachineMana… argument
H A DTestMachineManager.py19 def machine_manager(application, extruder_manager, container_registry, global_stack) -> MachineMana… argument
/dports/cad/uranium/Uranium-3ed9c4de/tests/benchmarks/Settings/
H A DBenchmarkContainerRegistry.py14 def container_registry(application): function
74 def benchmark_findContainers(benchmark, container_registry, query_args): argument