summaryrefslogtreecommitdiffstats
path: root/tests/runtests.py
blob: 533dc6b167c9add7caf7ff385e4ae1c4a1cd0624 (plain)
1
2
3
4
5
6
import pytest
import sys
import os

sys.path.append(os.path.join(os.path.dirname(__file__), 'helpers','python'))
raise SystemExit(pytest.main(sys.argv[1:]))