Query regarding sending arguments to test scripts that is being executed from nose

10 views
Skip to first unread message

pooja g

unread,
May 29, 2018, 5:04:29 AM5/29/18
to nose-users
I am executing nose command through a make file. The command looks like this:

$(PYTHON) \
          -m nose.__main__ --verbose --exe \
          --with-coverage --cover-package=xyz \
          --cover-html --cover-html-dir=$(PUBLISH_DIR)/$(OS) \
                $(SRCROOT)/


Under xyz folder all test scripts has to executed. There is one test script under xyz directory where i need to send arguments to that test script, say "test_script1.py --build=233" . How do i do that from nose command as shown above.


Thanks for the help !!
Reply all
Reply to author
Forward
0 new messages