2
0
Эх сурвалжийг харах

tests: move tests to testsuite.helpers.shellpattern_test

Thomas Waldmann 2 долоо хоног өмнө
parent
commit
63c4082843

+ 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):