MCPcopy Create free account
hub / github.com/numpy/numpy / no_warnings

Method no_warnings

numpy/testing/tests/test_utils.py:818–820  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

816 after_filters = sys.modules['warnings'].filters
817
818 def no_warnings():
819 with assert_no_warnings():
820 warnings.warn("yo")
821
822 assert_raises(AssertionError, no_warnings)
823 assert_equal(before_filters, after_filters,

Callers

nothing calls this directly

Calls 2

assert_no_warningsFunction · 0.90
warnMethod · 0.80

Tested by

no test coverage detected