Skip to content
Snippets Groups Projects
  • Boris Feld's avatar
    1e7737a8282a
    Escape test name for BISECT ACTION · 1e7737a8282a
    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
    1e7737a8282a
    History
    Escape test name for BISECT ACTION
    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