README: fix testing instructions

original-commit-id: 73c374a366dc41c56ca6572fdc0784c84011b8f5
This commit is contained in:
Bryan Bishop 2013-01-27 19:22:12 -06:00
parent 7b3699bb8f
commit 1e893fae74

View File

@ -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