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