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: use context managers for file handles in tests
Replace bare open() calls with context managers to prevent resource
leaks. Also simplify TESTS_DIR to Path(__file__).parent and remove
unused os import.
Closes#25
0 commit comments