File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ Bug Fixes
363363Other
364364
365365* Documentation updates.
366- * Test suite now uses tox and py.test .
366+ * Test suite now uses tox and pytest .
367367* py3k fixes (by vthriller).
368368* py3k fixes in setup.py (by Florian Bauer).
369369* setup.py now requires distribute (by Florian Bauer).
@@ -379,7 +379,7 @@ Bug Fixes
379379* Improve grouping and formatting of concatenated strings (issue53).
380380* Improve handling of varchar() (by Mike Amy).
381381* Clean up handling of various SQL elements.
382- * Switch to py.test and clean up tests.
382+ * Switch to pytest and clean up tests.
383383* Several minor fixes.
384384
385385Other
Original file line number Diff line number Diff line change 1313 tox
1414
1515coverage :
16- py.test --cov=sqlparse --cov-report=html --cov-report=term
16+ pytest --cov=sqlparse --cov-report=html --cov-report=term
1717
1818clean :
1919 $(PYTHON ) setup.py clean
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ passenv =
1818 TRAVIS
1919commands =
2020 sqlformat --version
21- py.test --cov =sqlparse {posargs}
21+ pytest --cov =sqlparse {posargs}
2222
2323[testenv:flake8]
2424deps =
You can’t perform that action at this time.
0 commit comments