summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2016-08-27 12:26:57 -0500
committerBryan Bishop <kanzure@gmail.com>2016-08-27 12:26:57 -0500
commit92e1ef72d91b58cb8284806a44e1f2b56c205098 (patch)
tree2dc8b870a539b70ea3ce925c424a824fed2f052c /README.md
parent0e1798937a4bf723813574281d0dc12c471c9199 (diff)
fix many failing tests
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)