-
Boris Feld authored
shlex.split was swallowing single quote in full test name which made asv find to not recognize the test name We need also to escape `(` and `)`, because asv find expect a Regex
Boris Feld authoredshlex.split was swallowing single quote in full test name which made asv find to not recognize the test name We need also to escape `(` and `)`, because asv find expect a Regex