]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
correct for pytest discovery
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Mar 2022 21:28:31 +0000 (16:28 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Mar 2022 21:28:31 +0000 (16:28 -0500)
commitd2815b4ac39b42a38dff4cc21ec100c72b9f3cae
tree8a1e3cd8e331beff523d4d67a665569d7168ce28
parent2ec4aa792c0ec87b2bb10ec172e8bdacfb7b824a
correct for pytest discovery

Made corrections to the default pytest configuration so that test discovery
runs correctly; previously, a configuration error had the effect of
discovery locating the wrong files if a super-directory of the current
directory were named "test".

Fixes: #7045
Change-Id: I2e1f63a35f80ae3f53008f327d83c8342fa7f2f6
pyproject.toml
test/conftest.py