mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 13:46:01 +08: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
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user