mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Document tests
Missing documentation here. Contributes to issue CURA-3497.
This commit is contained in:
parent
56082bdbdf
commit
f4673b340a
1 changed files with 1 additions and 0 deletions
|
@ -313,6 +313,7 @@ def test_insertContainer(global_stack):
|
|||
with pytest.raises(InvalidOperationError):
|
||||
global_stack.insertContainer(0, unittest.mock.MagicMock())
|
||||
|
||||
## Tests whether removing a container is properly forbidden.
|
||||
def test_removeContainer(global_stack):
|
||||
with pytest.raises(InvalidOperationError):
|
||||
global_stack.removeContainer(unittest.mock.MagicMock())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue