4 Jan
2021
4 Jan
'21
3:51 a.m.
Thanks Mark for the answer! Now I'm able to use MAILMAN_EXTRA_TESTING_CFG=/tmp/mailman/sqilite.db python3 -m nose2 -v mailman.model.test and can see the file timestamp changed after I run unittest.
but the sqlite database seems empty when I query tables like select * from mailinglist; I tried sys.exit() right after calling create_list('ant@example.com') and config.db.store.flush(), but still could not see any data in sqlite. anywhere I should look at?
thanks! Mike