From 1e893fae740cd9f82ead9adcb6f5c1ccb1c6090b Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 27 Jan 2013 19:22:12 -0600 Subject: README: fix testing instructions original-commit-id: 73c374a366dc41c56ca6572fdc0784c84011b8f5 --- README.md | 5 ++--- 1 file 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 -- cgit v1.2.3