Convert Unit tests to use py.test format

This commit is contained in:
Mike Terzo
2016-12-22 23:50:48 -05:00
parent 333347d113
commit 7302dbecec
5 changed files with 209 additions and 223 deletions

View File

@@ -4,6 +4,7 @@ mock==1.3.0
pytest==3.0.1
pytest-pep8==1.0.5
pytest-cov==2.2.1
pytest-mock==1.5.0
cov-core==1.15.0
unittest2==1.1.0; python_version < '2.7'
bandit