You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): skip background sweeps when create_app(testing=True)
Temp cleanup and disk monitor background threads were spawning per test
due to function-scoped app fixture. Add a testing parameter to
create_app() that skips these sweeps; conftest.py passes it.
0 commit comments