Tagged Questions

3
votes
3answers
2k views

Nose test script with command line arguments

I would like to be able to run a nose test script which accepts command line arguments. For example, something along the lines: test.py import nose, sys def test(): # do something with the ...