Pārlūkot izejas kodu

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

Dan Helfman 10 gadi atpakaļ
vecāks
revīzija
aa482d088c
3 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  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