when i use pytest to do unittest, sys.argv[0] code in a opensource package always return the package path, not my project path, how to let it return my project
sys.argv[0]