]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Assert scratch directory is cleaned up after class teardown
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Nov 2019 17:09:34 +0000 (12:09 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Nov 2019 17:09:34 +0000 (12:09 -0500)
commit12cc251e446d386bc5bbefe98cfdfd416f2c50ee
tree2ed6f3b90f85c11aaf445987e555b01d6a5083a6
parentb11c2000f0f9c7ba03d69cc760512cb24aac6f22
Assert scratch directory is cleaned up after class teardown

Some race conditions are occurring due to the NormPath test
and overall there should be no scratch directories remaining
when tests are complete.

Change-Id: I848b39c4ca473f424a76247abfa4071074808e9d
alembic/testing/env.py
alembic/testing/plugin/plugin_base.py
tests/test_script_production.py