diff options
author | Bryan Bishop <kanzure@gmail.com> | 2016-08-27 12:26:57 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2016-08-27 12:26:57 -0500 |
commit | 92e1ef72d91b58cb8284806a44e1f2b56c205098 (patch) | |
tree | 2dc8b870a539b70ea3ce925c424a824fed2f052c /README.md | |
parent | 0e1798937a4bf723813574281d0dc12c471c9199 (diff) |
fix many failing tests
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |