From e881465050ef9edbf2b47071b1fa2fc27ac26c1a Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 24 Mar 2017 16:31:57 +0100 Subject: [PATCH] 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. --- tests/Settings/TestExtruderStack.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Settings/TestExtruderStack.py b/tests/Settings/TestExtruderStack.py index f081a8cd2a..65ce872883 100644 --- a/tests/Settings/TestExtruderStack.py +++ b/tests/Settings/TestExtruderStack.py @@ -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):