diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-04-11 12:43:47 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-10-30 14:21:53 -0400 |
commit | f05d3ddba4c1edae00dd863af60e8fbb13eb7091 (patch) | |
tree | be62af61608a847364b0f8322643a2a20a418883 /test/base/test_tutorials.py | |
parent | a291457664d3b4ef7e0b4a29110749674ec0da75 (diff) | |
download | sqlalchemy-f05d3ddba4c1edae00dd863af60e8fbb13eb7091.tar.gz |
initial 2.0 setup
Adapted from 55e64f857daeb6057b85ff67297a774b when we
previously started a 2.0 branch.
Change-Id: Ib5af75df94b23104eebe0e918adcf979d798ea3b
Diffstat (limited to 'test/base/test_tutorials.py')
-rw-r--r-- | test/base/test_tutorials.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/base/test_tutorials.py b/test/base/test_tutorials.py index 494b8a0f6..f2b577216 100644 --- a/test/base/test_tutorials.py +++ b/test/base/test_tutorials.py @@ -6,7 +6,6 @@ import os import re import sys -from sqlalchemy import testing from sqlalchemy.testing import config from sqlalchemy.testing import fixtures @@ -102,13 +101,6 @@ class DocTest(fixtures.TestBase): "tutorial/orm_related_objects.rst", ) - def test_orm(self): - self._run_doctest("orm/tutorial.rst") - - @testing.emits_warning() - def test_core(self): - self._run_doctest("core/tutorial.rst") - def test_core_operators(self): self._run_doctest("core/operators.rst") |