mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 21:43:16 +08:00
Document test_addExtruder better
Contributes to issue CURA-3497.
This commit is contained in:
parent
d40a67f2b0
commit
f2b9f79fb3
@ -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…
x
Reference in New Issue
Block a user