Added unit testing with py.test
This commit is contained in:
parent
dcda85c3e6
commit
03bf2ac69f
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
*.pyc
|
||||
__pycache__
|
||||
/*.egg-info/
|
||||
/.cache
|
||||
/.coverage
|
||||
12
requirements-dev.txt
Normal file
12
requirements-dev.txt
Normal file
@ -0,0 +1,12 @@
|
||||
# Primary requirements
|
||||
-e .
|
||||
pytest==3.4.1
|
||||
pytest-cov==2.5.1
|
||||
|
||||
|
||||
# Secondary requirements
|
||||
attrs==17.4.0
|
||||
coverage==4.5.1
|
||||
pluggy==0.6.0
|
||||
py==1.5.2
|
||||
six==1.11.0
|
||||
Loading…
x
Reference in New Issue
Block a user