mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-14 15:53:28 +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
4 lines
84 B
Python
4 lines
84 B
Python
import pytest
|
|
result = pytest.main('-v --doctest-module tests/ pywb/')
|
|
exit(result)
|