summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9c3ca92..3bbfa1c 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,12 @@ Run the tests with:
nosetests-2.7
```
+There might be a great deal of spammy output. Drop some of the spam with:
+
+```
+nosetests-2.7 tests.integration.tests --nocapture --nologcapture
+```
+
# see also
* [Pokémon Crystal source code](https://github.com/kanzure/pokecrystal)