I am developing a small project using Python 3.6 version. Implementing the unit test with unittest I have an error executing python3 -m unittest and I have not an error executing python -m unittest.
The error shows import error like:
ModuleNotFoundError: No module named 'genome'
Is there any import problem using unittest in Python 3.6?