mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 07:04:27 -04:00
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
|
||||
|
||||
|
||||
ARCHIVER_BIN = join(dirname(__file__), pardir, 'archive')
|
||||
ARCHIVER_BIN = join(dirname(__file__), pardir, 'archive.py')
|
||||
|
||||
|
||||
class Helper:
|
Loading…
Add table
Add a link
Reference in a new issue