unlink test db

This commit is contained in:
hay-kot 2021-03-21 11:05:16 -08:00
commit e25266c089

View file

@ -34,7 +34,7 @@ def api_client():
yield TestClient(app) yield TestClient(app)
# SQLITE_FILE.unlink() SQLITE_FILE.unlink()
@fixture(scope="session") @fixture(scope="session")