mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-10 17:32:13 -04:00
move some tests to testsuite.helpers package
This commit is contained in:
parent
7329efba14
commit
394cec653b
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import pytest
|
||||
|
||||
from ..helpers.datastruct import EfficientCollectionQueue
|
||||
from ...helpers.datastruct import EfficientCollectionQueue
|
||||
|
||||
|
||||
class TestEfficientQueue:
|
||||
|
|
@ -2,7 +2,7 @@ from tempfile import TemporaryFile
|
|||
|
||||
import pytest
|
||||
|
||||
from ..helpers.lrucache import LRUCache
|
||||
from ...helpers.lrucache import LRUCache
|
||||
|
||||
|
||||
class TestLRUCache:
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
import pytest
|
||||
|
||||
from ..helpers.nanorst import rst_to_text
|
||||
from ...helpers.nanorst import rst_to_text
|
||||
|
||||
|
||||
def test_inline():
|
||||
Loading…
Reference in a new issue