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 192455e commit 6e16e60Copy full SHA for 6e16e60
1 file changed
tests/unit/rocket/test_rocket.py
@@ -400,9 +400,9 @@ def test_check_missing_no_components_missing(calisto_robust):
400
import warnings
401
# Catch all warnings that occur inside this 'with' block.
402
with warnings.catch_warnings(record=True) as w:
403
- # Ensure that *all* warnings are captured.
404
warnings.simplefilter("always")
405
calisto_robust._check_missing_components()
+ # For a complete rocket, this method should NOT issue any warnings.
406
assert len(w) == 0
407
408
0 commit comments