Skip to content
Snippets Groups Projects
run_pytest.py 175 B
Newer Older
mads's avatar
mads committed
'''
Created on 29/01/2016

@author: mmpe
'''
import pytest
import os
mads's avatar
mads committed
p = os.path.abspath(os.path.join(os.path.dirname(__file__) + "./../")).replace("\\", "/")
mads's avatar
mads committed
pytest.main(p)