From 73c374a366dc41c56ca6572fdc0784c84011b8f5 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 27 Jan 2013 19:22:12 -0600 Subject: [PATCH] README: fix testing instructions --- extras/README.md | 5 ++--- 1 file 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