1
0
Fork 0

move tests into archiver folder

This commit is contained in:
Nick Sweeting 2018-12-21 18:04:16 -05:00
parent e4ca64fa40
commit b120f7c718

View file

@ -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: