Add delimiter between global stuff and test cases

Helps provide some oversight since this module is about to explode in size.

Contributes to issue CURA-3497.
This commit is contained in:
Ghostkeeper 2017-03-24 16:31:57 +01:00
parent 14ac41e58f
commit e881465050
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -12,6 +12,8 @@ from cura.Settings.Exceptions import InvalidOperationError #To check whether the
def extruder_stack() -> cura.Settings.ExtruderStack.ExtruderStack:
return cura.Settings.ExtruderStack.ExtruderStack
#############################START OF TEST CASES################################
## Tests whether adding a container is properly forbidden.
def test_addContainer(extruder_stack):
with pytest.raises(InvalidOperationError):