]> 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:09:47 +0000 (17:09 -0500)
commitd533b8e9223b9c938655e5b666fc928e2d996cd3
tree965e200efa7590878b40d61399a16f32453655d0
parentfb443199c19296edbd3ea5e805f57777d450a4db
- 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
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]