I am writing unit test. and Found there's one problem, my unit test will load module from the egg before my local module. if I change some code, I need to run setup.py install again to make the unit test work.
I print sys.path and found the egg is before my local module.I guess it's the root cause.
I use Pycharm and is there solution for this?