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: resolve SQLite database file locking on Windows for unittests
- Add teardown_sqlalchemy() to properly dispose engine and release file locks
- Fix clear_db() to dispose its engine in a finally block
- Update all test teardowns to use teardown_sqlalchemy()
- Add ignore_errors=True to shutil.rmtree calls as safety net
- Add windows-latest to CI test matrix
- Use poetry run instead of source $VENV for cross-platform CI
Closes#291
0 commit comments