]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
move pytest assert rewrite to conftest.py
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 23 Sep 2019 20:33:04 +0000 (16:33 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 23 Sep 2019 20:34:57 +0000 (16:34 -0400)
commit48d22c040694bbc00bcd0e343770408648616bb6
tree0feae8b865ae0eedd680b08994572a4144df2806
parentadb495503dab660f014cad0200491c854d2f6a50
move pytest assert rewrite to conftest.py

this seems to be the best place to put this as it is guaranteed
before the module is imported.   this is for the benefit of
3rd party dialects that also would have this in their conftest.py,
so that they don't have to do the "bootstrap" loading hack.

Change-Id: Ieae5324240e04a7919df46f4fca03f8db7a2af81
lib/sqlalchemy/testing/plugin/pytestplugin.py
test/conftest.py