diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-01-27 19:22:12 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-01-27 19:22:12 -0600 |
commit | 1e893fae740cd9f82ead9adcb6f5c1ccb1c6090b (patch) | |
tree | f2721b81775a3e450e1a301a4679c9d6159c22b3 | |
parent | 7b3699bb8f4050b1365140e3ea7284874356640a (diff) |
README: fix testing instructions
original-commit-id: 73c374a366dc41c56ca6572fdc0784c84011b8f5
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -30,9 +30,8 @@ After running those lines, `cp extras/output.txt main.asm` and run `git diff mai Unit tests cover most of the classes. -```python -import crystal -crystal.run_tests() +```bash +python tests.py ``` #### Parsing a script at a known address |