MCPcopy Index your code
hub / github.com/numpy/numpy / test_regex

Method test_regex

numpy/testing/tests/test_utils.py:1703–1707  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1701 lambda: assert_string_equal("foo", "hello"))
1702
1703 def test_regex(self):
1704 assert_string_equal("a+*b", "a+*b")
1705
1706 assert_raises(AssertionError,
1707 lambda: assert_string_equal("aaa", "a+b"))
1708
1709
1710def assert_warn_len_equal(mod, n_in_context):

Callers

nothing calls this directly

Calls 2

assert_string_equalFunction · 0.90
assert_raisesFunction · 0.90

Tested by

no test coverage detected