mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Document test_addExtruder better
Contributes to issue CURA-3497.
This commit is contained in:
parent
d40a67f2b0
commit
f2b9f79fb3
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ def test_addExtruder(global_stack):
|
|||
|
||||
global_stack.addExtruder(unittest.mock.MagicMock())
|
||||
global_stack.addExtruder(unittest.mock.MagicMock())
|
||||
with pytest.raises(TooManyExtrudersError):
|
||||
with pytest.raises(TooManyExtrudersError): #Should be limited to 2 extruders because of machine_extruder_count.
|
||||
global_stack.addExtruder(unittest.mock.MagicMock())
|
||||
|
||||
## Tests whether the user changes are being read properly from a global stack.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue