diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index 034aa839a2..beb2b75426 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -93,6 +93,10 @@ For running the tests, it is required to install the development requirements. $ pip install -e . $ tox +For debugging it can be useful to keep the intermediate NWB files created by +the tests. To keep these files create the environment variables +``CLEAN_NWB``/``CLEAN_HDMF`` and set them to ``1``. + Following PyNWB Style Guide ---------------------------