mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -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
|
@ -1,5 +1,5 @@
|
|||
from unittest.mock import MagicMock, patch
|
||||
|
||||
import pytest
|
||||
from cura.Machines.MaterialManager import MaterialManager
|
||||
|
||||
|
||||
|
@ -13,6 +13,8 @@ mocked_definition = MagicMock()
|
|||
mocked_definition.getId = MagicMock(return_value = "fdmmachine")
|
||||
mocked_definition.getMetaDataEntry = MagicMock(return_value = [])
|
||||
|
||||
# These tests are outdated
|
||||
pytestmark = pytest.mark.skip
|
||||
|
||||
def test_initialize(application):
|
||||
# Just test if the simple loading works
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue