1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-10 00:27:38 +02:00

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: