Sfoglia il codice sorgente

Added nosetests config file (setup.cfg) with defaults.

Dan Helfman 10 anni fa
parent
commit
aa482d088c
3 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 1 0
      NEWS
  2. 1 1
      README.md
  3. 2 0
      setup.cfg

+ 1 - 0
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
 

+ 1 - 1
README.md

@@ -91,7 +91,7 @@ To install test-specific dependencies, first run:
 
 To actually run tests, run:
 
-    nosetests --detailed-errors
+    nosetests
 
 
 ## Troubleshooting

+ 2 - 0
setup.cfg

@@ -0,0 +1,2 @@
+[nosetests]
+detailed-errors=1