]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add disable doctest tag for autodoc test suite
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Oct 2022 02:24:38 +0000 (22:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Oct 2022 02:36:03 +0000 (22:36 -0400)
commitb2c20d8a532dc302ea324ee00b2f18e58b98d382
treeac69338b513f4620b4cf4691c107899302b00465
parentbefa8e92675dea992423011b929dfc7ca45de6b6
add disable doctest tag for autodoc test suite

ahead of trying to get everything formatted, some more
flexibility so that we can use doctest for all
python + sql code, while still being able to tell the
test suite to not run doctests on a sample.    All of the
"non-console python with SQL" in the docs is because I was
showing an example that I didn't want tested.

Change-Id: Iae876ae1ffd93c36b096c6c2d6048843ae9698c8
doc/build/tutorial/orm_related_objects.rst
test/base/test_tutorials.py