Move tests to their own directory
[integration.git] / test / mocks / prov-mns-provider / src / tox.ini
1 [tox]
2 envlist = py3
3 skipsdist = True
4
5 [testenv]
6 deps = -r{toxinidir}/tests/test-requirements.txt
7 commands = pytest
8
9 [pytest]
10 addopts = -v