1
vote
2answers
215 views
python, unittest: is there a way to pass command line options to the app
I have a module that imports unittest and has some TestCases. I would like
to accept some command line options (for example below, the name of a data file),
but when I try to pass the option I get …
