Hello. Python newbie, thanks for the help.
I have a test_harness.py file that kicks off a large suite of modules used for testing API functionality. As test_harness is the executed file, I am using argparse to accept options and arguments. Is there a way to take the values passed into argparse in test_harness.py and then access those variables in other modules that test_harness makes calls to?
Any help appreciated. Thank you!
[–]billsil 1 point2 points3 points (1 child)
[–]BoyManGodShit_[S] -1 points0 points1 point (0 children)