summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLukasz Balcerzak <lukaszbalcerzak@gmail.com>2013-05-09 17:16:46 +0200
committerLukasz Balcerzak <lukaszbalcerzak@gmail.com>2013-05-09 17:16:46 +0200
commiteccfc3b643ceb019dd324c28050e54b9b9db22a5 (patch)
tree33dade7000772914c040258d0f6709ee025bd72b /doc
parentf59cda79adc4dfa87c40a3f7939e21533caab186 (diff)
downloadnose-eccfc3b643ceb019dd324c28050e54b9b9db22a5.tar.gz
Added NOSE_IGNORE_CONFIG_FILES as env variable option
Diffstat (limited to 'doc')
-rw-r--r--doc/usage.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/usage.rst b/doc/usage.rst
index 11e682b..381b6b6 100644
--- a/doc/usage.rst
+++ b/doc/usage.rst
@@ -13,6 +13,11 @@ standard .ini-style config files. Put your nosetests configuration in a
[nosetests]
verbosity=3
with-doctest=1
+
+There is also possiblity to disable configuration files loading (might be
+useful when runnig i.e. tox and you don't want want your global nose config
+file to be used by tox). In order to ignore those configuration files simply
+set an environment variable ``NOSE_IGNORE_CONFIG_FILES``.
There are several other ways to use the nose test runner besides the
`nosetests` script. You may use nose in a test script::