PyImports icon indicating copy to clipboard operation
PyImports copied to clipboard

Show the commands for running the tests

Open martinnobis opened this issue 7 years ago • 1 comments

martinnobis avatar Sep 19 '17 03:09 martinnobis

@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).

mitchellsuter avatar Nov 14 '17 18:11 mitchellsuter