Commit 75256255 authored by Jérome Perrin's avatar Jérome Perrin

use re.search to filter tests in --run

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
parent 1e6a1cc6
Pipeline #12519 passed with stage
in 0 seconds