Added tox instructions
This commit is contained in:
parent
a54ec01254
commit
56d376d50e
1 changed files with 5 additions and 0 deletions
|
@ -12,11 +12,16 @@ They run very quickly and don't require any external test hosts.
|
||||||
#### Requirements
|
#### Requirements
|
||||||
* mock >= 1.0.0
|
* mock >= 1.0.0
|
||||||
* httpretty >= 0.6.1
|
* httpretty >= 0.6.1
|
||||||
|
* tox (optional)
|
||||||
|
|
||||||
#### Running the Unit Tests
|
#### Running the Unit Tests
|
||||||
|
|
||||||
python -m unittest discover tests/unit
|
python -m unittest discover tests/unit
|
||||||
|
|
||||||
|
To run the unit tests against all supported Python versions, use ```tox```:
|
||||||
|
|
||||||
|
tox
|
||||||
|
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|
||||||
###Functional Tests
|
###Functional Tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue