Add tests for provided classes

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.
This commit is contained in:
Jan Dittberner 2016-01-29 12:55:05 +01:00
parent d31c1d0fbf
commit c94f20f83f
7 changed files with 174 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
.*.swp
*.pyc
.ropeproject/
coverage-report/
.coverage