]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Use pytest items in custom collection
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Apr 2019 03:44:42 +0000 (23:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Apr 2019 21:05:08 +0000 (17:05 -0400)
commitdfd20fbbdb3cbbb6e74df2ecf1af236d6e067a59
tree718e82e2626de57bd6fd4df0abe5237d2240a40a
parent17413bbf10c3b993d343c28035713a23c745712c
Use pytest items in custom collection

We have a custom test collection hook that did not take
node of the actual list of functions in items.  By looking
in this list we now support the class/function arguments
passed to the py.test command line.

Change-Id: I1238c7c5796a296037ab9ef3bedf0f619a730481
lib/sqlalchemy/testing/plugin/pytestplugin.py