summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2012-11-03 12:46:18 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2012-11-03 12:46:18 +0100
commit813782f5f842023c5dcc9658f27f957ca83955eb (patch)
tree9433e2cacf7e51f1c03f6a078ff1781afccb22f1 /README.rst
parentc67a742e01ee7084ffd6ec0d531b96e343e6a5a5 (diff)
downloadsqlparse-813782f5f842023c5dcc9658f27f957ca83955eb.tar.gz
Switch to pytest, it's so much easier.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 0b9086a..ad69fec 100644
--- a/README.rst
+++ b/README.rst
@@ -19,9 +19,11 @@ to install python-sqlparse on your system.
Run Tests
---------
-To run the test suite::
+To run the test suite run::
- python test/run_tests.py
+ py.test
+
+Note, you'll need py.test installed.
Links