diff options
| author | Gord Thompson <gord@gordthompson.com> | 2020-04-16 16:06:36 -0600 |
|---|---|---|
| committer | Gord Thompson <gord@gordthompson.com> | 2020-04-16 16:06:36 -0600 |
| commit | 405fc9717048b0adc852a72da540048df7a8142a (patch) | |
| tree | 95ad55122e2437d2d49f45ea9c5054f26fb48d79 /test/base | |
| parent | 2f617f56f2acdce00b88f746c403cf5ed66d4d27 (diff) | |
| download | sqlalchemy-405fc9717048b0adc852a72da540048df7a8142a.tar.gz | |
Rename py.test to pytest
Change-Id: I431e1ef41e26d490343204a75a5c097768749768
Diffstat (limited to 'test/base')
| -rw-r--r-- | test/base/test_tutorials.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/base/test_tutorials.py b/test/base/test_tutorials.py index 97dca753d..4b8de298b 100644 --- a/test/base/test_tutorials.py +++ b/test/base/test_tutorials.py @@ -92,7 +92,7 @@ class DocTest(fixtures.TestBase): self._run_doctest("core/tutorial.rst") -# unicode checker courtesy py.test +# unicode checker courtesy pytest def _get_unicode_checker(): |
