We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92cb64 commit d9d99ddCopy full SHA for d9d99dd
tests/integration/test_solidmotor.py
@@ -2,7 +2,7 @@
2
3
4
@patch("matplotlib.pyplot.show")
5
-def test_solid_motor_info(cesaroni_m1670):
+def test_solid_motor_info(mock_show, cesaroni_m1670): # pylint: disable=unused-argument
6
"""Tests the SolidMotor.all_info() method.
7
8
Parameters
0 commit comments