mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Add test for ContainerTree
CURA-6600
This commit is contained in:
parent
accc4ccd21
commit
a241425aaf
3 changed files with 58 additions and 1 deletions
|
@ -15,6 +15,9 @@ mocked_material.getMetaDataEntry = MagicMock(return_value = "base_material")
|
|||
mocked_extruder.material = mocked_material
|
||||
mocked_stack.extruders = {"0": mocked_extruder}
|
||||
|
||||
# These tests are outdated
|
||||
pytestmark = pytest.mark.skip
|
||||
|
||||
@pytest.fixture()
|
||||
def material_manager():
|
||||
result = MagicMock()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue