mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-22 03:21:42 +01:00
move to distinct packages: pywb.utils, pywb.cdx, pywb.warc, pywb.util, pywb.rewrite! each package will have its own README and tests shared sample_data and install
5 lines
110 B
Python
5 lines
110 B
Python
import os
|
|
|
|
def get_test_dir():
|
|
return os.path.dirname(os.path.realpath(__file__)) + '/../sample_archive/'
|