예제 #1
0
def test_bad_match():
    assert ExecutorDetector.match('herpderp') is None
def test_bad_match():
  assert ExecutorDetector.match('herpderp') is None
예제 #3
0
def test_match_inverse():
    assert ExecutorDetector.match(
        ExecutorDetector.path(DEFAULT_MATCH)).groups() == (
            DEFAULT_MATCH.groups())
def test_match_inverse():
  assert ExecutorDetector.match(ExecutorDetector.path(DEFAULT_MATCH)).groups() == (
      DEFAULT_MATCH.groups())