Jan Dittberner
c94f20f83f
This commit adds a test suite in tests.py, the added setup.cfg contains configuration for coverage, pep8 and flake8. Output files of coverage are ignored. The commit also adds requirements files for tests.
4 lines
69 B
Text
4 lines
69 B
Text
# Test dependencies go here.
|
|
-r base.txt
|
|
coverage==4.0.3
|
|
mock==1.3.0
|