unit tests don't pass. ImportError - can't find module
hmmm..
Change test_foo.py to test_z_foo.py. Ha! Tests now pass.
(tests executed in alphabetical order, chdir state was been maintained from unit test to unit test)
#python
Post
February 7, 2020
February 7, 2020
unit tests don't pass. ImportError - can't find module
hmmm..
Change test_foo.py to test_z_foo.py. Ha! Tests now pass.
(tests executed in alphabetical order, chdir state was been maintained from unit test to unit test)
#python