コード例 #1
0
def test_bad_match():
  assert ExecutorDetector.match('herpderp') is None
コード例 #2
0
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())
コード例 #4
0
def test_match_inverse():
  assert ExecutorDetector.match(ExecutorDetector.path(DEFAULT_MATCH)).groups() == (
      DEFAULT_MATCH.groups())