From 2f150bee28525d49e7f36d2e0c7fbeda2352bc3a Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 24 Mar 2014 11:33:53 -0400 Subject: - rename __multiple__ to __backend__, and apply __backend__ to a large number of tests. - move out logging tests from test_execute to test_logging --- lib/sqlalchemy/testing/plugin/pytestplugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/testing/plugin/pytestplugin.py') diff --git a/lib/sqlalchemy/testing/plugin/pytestplugin.py b/lib/sqlalchemy/testing/plugin/pytestplugin.py index c51768567..ceb6963ed 100644 --- a/lib/sqlalchemy/testing/plugin/pytestplugin.py +++ b/lib/sqlalchemy/testing/plugin/pytestplugin.py @@ -29,7 +29,7 @@ def pytest_configure(config): def pytest_collection_modifyitems(session, config, items): - # look for all those classes that specify __multiple__ and + # look for all those classes that specify __backend__ and # expand them out into per-database test cases. # this is much easier to do within pytest_pycollect_makeitem, however -- cgit v1.2.1