Skip to content
Snippets Groups Projects
run_pytest.py 118 B
'''
Created on 29/01/2016

@author: mmpe
'''
import pytest
import os
pytest.main(os.path.dirname(__file__) + "./../")