Explorar el Código

tests: move tests to testsuite.helpers.shellpattern_test

Thomas Waldmann hace 2 semanas
padre
commit
63c4082843
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/borg/testsuite/helpers/shellpattern_test.py

+ 1 - 1
src/borg/testsuite/shellpattern_test.py → src/borg/testsuite/helpers/shellpattern_test.py

@@ -2,7 +2,7 @@ import re
 
 import pytest
 
-from ..helpers import shellpattern
+from ...helpers import shellpattern
 
 
 def check(path, pattern):