Login
Remember
Register
Ask a Question
Which of the following command is used to discover all tests in a project and execute them using nose?
0
votes
asked
Jul 2, 2020
in
Python
by
GeorgeBell
Q. Which of the following command is used to discover all tests in a project and execute them using nose?
1. python nosetests
2. nosetests
3. nose
4. python nose
#python
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 2, 2020
by
GeorgeBell
nosetests
...