summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-01-27 19:22:12 -0600
committerBryan Bishop <kanzure@gmail.com>2013-01-27 19:22:12 -0600
commit1e893fae740cd9f82ead9adcb6f5c1ccb1c6090b (patch)
treef2721b81775a3e450e1a301a4679c9d6159c22b3
parent7b3699bb8f4050b1365140e3ea7284874356640a (diff)
README: fix testing instructions
original-commit-id: 73c374a366dc41c56ca6572fdc0784c84011b8f5
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index d0a2119..0131fc0 100644
--- a/README.md
+++ b/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