• Jérome Perrin's avatar
    use re.search to filter tests in --run · 75256255
    Jérome Perrin authored
    re.match only find matches where the pattern appears at the beginning of
    the string, whereas re.search matches if the pattern appears anywhere in
    the string. This is behavior is consistent with pytest, go test and ERP5's
    runUnitTest
    75256255
nxdtest_test.py 3.04 KB