jevandezande/qgrep

Unittests fail on command line

Closed this issue · 0 comments

Unittests for gamessifier and basisset fail when running from the command line. Errors appear when run using python3 -m unittest my_unittest.py and simply python3 my_unittest.py, which invokes the unittest code placed in the block if __name__ == "__main__":. This has been confirmed on both Vortex and my local machine (which runs Ubuntu).