]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The ORM and Core tutorials, which have always been in doctest format,
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Dec 2015 22:09:47 +0000 (17:09 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Dec 2015 22:18:06 +0000 (17:18 -0500)
commit89966db3e816407d6e5e6083202fb6094c409c3d
tree919dbd64e67fa39ed6f7ce5a14749788939bfd06
parent6314e73f9afa5162153ac33529712d51e4cfce02
- The ORM and Core tutorials, which have always been in doctest format,
are now exercised within the normal unit test suite in both Python
2 and Python 3.
- remove the old testdocs.py runner and replace with test/base/test_tutorials.py
- use pytest's unicode fixer so that we can test for unicode strings
in both py2k/3k
- use py3k format overall for prints, exceptions
- add other fixers to guarantee deterministic results
- add skips and ellipses to outputs that aren't worth matching

(cherry picked from commit d533b8e9223b9c938655e5b666fc928e2d996cd3)
doc/build/changelog/changelog_10.rst
doc/build/core/tutorial.rst
doc/build/orm/tutorial.rst
doc/build/testdocs.py [deleted file]
test/base/test_tutorials.py [new file with mode: 0644]