README: fix testing instructions

This commit is contained in:
Bryan Bishop 2013-01-27 19:22:12 -06:00
parent eb6cb9812d
commit 73c374a366
1 changed files with 2 additions and 3 deletions

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