PyImports
PyImports copied to clipboard
Show the commands for running the tests
@nobism @cod3monk3y
I ran the following from the PyImports
directory with success:
python -m unittest discover -v
However, if you move in a directory, say to myimports
it no longer will work. @cod3monk3y are you aware of a way to make these imports dynamic, as you may have scripts that reference modules from different directories (or in this case running unittest
from various directories).