STAR-322: Using a test setup to run tests with Cura app

This commit is contained in:
Daniel Schiavini 2018-12-10 13:11:42 +01:00
parent 134f97d5f1
commit f432d7c858
5 changed files with 58 additions and 17 deletions

View file

@ -10,7 +10,7 @@ from PyQt5.QtCore import QByteArray
from UM.MimeTypeDatabase import MimeType
from UM.Application import Application
from ..src.SendMaterialJob import SendMaterialJob
from src.SendMaterialJob import SendMaterialJob
@patch("builtins.open", lambda _, __: io.StringIO("<xml></xml>"))