Add test for ContainerTree

CURA-6600
This commit is contained in:
Jaime van Kessel 2019-08-07 15:35:22 +02:00
parent accc4ccd21
commit a241425aaf
3 changed files with 58 additions and 1 deletions

View file

@ -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