Added nosetests config file (setup.cfg) with defaults.
This commit is contained in:
parent
b755d09b0a
commit
aa482d088c
3 changed files with 4 additions and 1 deletions
1
NEWS
1
NEWS
|
@ -1,6 +1,7 @@
|
|||
0.0.4-dev
|
||||
|
||||
* Added a troubleshooting section with steps to deal with broken pipes.
|
||||
* Added nosetests config file (setup.cfg) with defaults.
|
||||
|
||||
0.0.3
|
||||
|
||||
|
|
|
@ -91,7 +91,7 @@ To install test-specific dependencies, first run:
|
|||
|
||||
To actually run tests, run:
|
||||
|
||||
nosetests --detailed-errors
|
||||
nosetests
|
||||
|
||||
|
||||
## Troubleshooting
|
||||
|
|
2
setup.cfg
Normal file
2
setup.cfg
Normal file
|
@ -0,0 +1,2 @@
|
|||
[nosetests]
|
||||
detailed-errors=1
|
Loading…
Reference in a new issue