Hello Victor, >> This is the traditional way used in the other unit tests in Invenio. >> I think the issue is related to unittest.main() not knowing what actually to >> execute... > > Tried it, and it just printed > test_ascii_tags (__main__.TestTagInsert) ... > and stopped. So I'm pretty sure the problem is with the DB.
Can you run some regression tests (for instance from modules/websearch/lib) correctly, i.e. without getting DB errors? Yours, Marko
