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 | 73c374a366dc41c56ca6572fdc0784c84011b8f5 (patch) | |
tree | 0111ee0d8827295d36e384a3b203ae977bcd96ea | |
parent | eb6cb9812da6a75dc86f64be27d9ef419963790c (diff) |
README: fix testing instructions
-rw-r--r-- | extras/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extras/README.md b/extras/README.md index d0a211999..0131fc076 100644 --- a/extras/README.md +++ b/extras/README.md @@ -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 |