mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
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:
parent
14ac41e58f
commit
e881465050
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ from cura.Settings.Exceptions import InvalidOperationError #To check whether the
|
||||||
def extruder_stack() -> cura.Settings.ExtruderStack.ExtruderStack:
|
def extruder_stack() -> cura.Settings.ExtruderStack.ExtruderStack:
|
||||||
return cura.Settings.ExtruderStack.ExtruderStack
|
return cura.Settings.ExtruderStack.ExtruderStack
|
||||||
|
|
||||||
|
#############################START OF TEST CASES################################
|
||||||
|
|
||||||
## Tests whether adding a container is properly forbidden.
|
## Tests whether adding a container is properly forbidden.
|
||||||
def test_addContainer(extruder_stack):
|
def test_addContainer(extruder_stack):
|
||||||
with pytest.raises(InvalidOperationError):
|
with pytest.raises(InvalidOperationError):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue