move tests into archiver folder
This commit is contained in:
parent
e4ca64fa40
commit
b120f7c718
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from typing import List
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
ARCHIVER_BIN = join(dirname(__file__), pardir, 'archive')
|
ARCHIVER_BIN = join(dirname(__file__), pardir, 'archive.py')
|
||||||
|
|
||||||
|
|
||||||
class Helper:
|
class Helper:
|
Loading…
Reference in a new issue