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:
parent
d31c1d0fbf
commit
c94f20f83f
7 changed files with 174 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
.*.swp
|
||||
*.pyc
|
||||
.ropeproject/
|
||||
coverage-report/
|
||||
.coverage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue