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 test_33_identifier.py to avoid reuse of old test data files
- If for any reason the dbm.dumb is used for saving subject.db
data the following tests can fail because subject.db.dat and
subject.db.dir are not removed. To avoid this additional deletes
of test data files are added to setup_class().
- Add also tests/*.dir, tests/*.dat, tests/*.bak to .gitignore to
prevent erroneous adding of test data to the repository
- Use full_path() helper to create the test data files under tests/
- Add py39 to tox.ini envlist
0 commit comments