• Jérome Perrin's avatar
    use re.search to filter tests in --run · b5a74214
    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
    
    For more details, see the discussion from !6 (comment 121409)
    
    /reviewed-on: !8
    b5a74214
Name
Last commit
Last update
nxdtest Loading commit data...
.gitignore Loading commit data...
.nxdtest Loading commit data...
COPYING Loading commit data...
setup.py Loading commit data...