diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2012-11-03 12:46:18 +0100 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2012-11-03 12:46:18 +0100 |
| commit | 813782f5f842023c5dcc9658f27f957ca83955eb (patch) | |
| tree | 9433e2cacf7e51f1c03f6a078ff1781afccb22f1 /README.rst | |
| parent | c67a742e01ee7084ffd6ec0d531b96e343e6a5a5 (diff) | |
| download | sqlparse-813782f5f842023c5dcc9658f27f957ca83955eb.tar.gz | |
Switch to pytest, it's so much easier.
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
