in Python by (5.2k points)
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

1 Answer

0 votes
by (5.2k points)
nosetests

Related questions

0 votes
asked Jul 2, 2020 in Python by GeorgeBell (5.2k points)
0 votes
asked Jul 2, 2020 in Python by GeorgeBell (5.2k points)
0 votes
asked Jun 30, 2020 in Python by GeorgeBell (5.2k points)
...