Login
Remember
Register
Ask a Question
Recent questions tagged #python
0
votes
1
answer
Brief Introduction to nose in Python?
asked
Jul 14, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
1
answer
What is Test Discovery in Python?
asked
Jul 14, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
1
answer
Which of the following is true about a docstring?
asked
Jul 10, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
1
answer
A sample module named sample_module.py contained the following contents.
asked
Jul 10, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
1
answer
Which of the following special attribute can be used to access a doc string in a program?
asked
Jul 10, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
1
answer
Which of the following doctest directive is used to ignore part of the result?
asked
Jul 10, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
1
answer
A sample module named sample_module.py contained the following contents.
asked
Jul 10, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
1
answer
Which of the following doctest directive is used for not considering or executing a specific doctest?
asked
Jul 10, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
1
answer
Which of the following is a docstring?
asked
Jul 10, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
1
answer
A doctest mixes documentation and testing. State true or false.
asked
Jul 10, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
1
answer
What are Pros and Cons of Doctest?
asked
Jul 10, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
1
answer
How to Running Tests in docstrings?
asked
Jul 10, 2020
in
Python
by
GeorgeBell
#python
#docstrings
Python-questions-answers
0
votes
1
answer
What is Docttest?
asked
Jul 10, 2020
in
Python
by
GeorgeBell
#python
#docttest
Python-questions-answers
0
votes
1
answer
nose supports use of fixtures at package level. State true or false.
asked
Jul 2, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
0
answers
Which of the following decorator is used to assign user defined setup and tear down functions to a test function, while using nose?
asked
Jul 2, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
1
answer
Which of the following decorator is used to report a test as a failure one, if execution of it takes more than the specified number of seconds?
asked
Jul 2, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
1
answer
ok_ utility from nose.tools is equivalent to ____________.
asked
Jul 2, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
1
answer
Which of the following package is required for generating test reports in html format using nose?
asked
Jul 2, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
1
answer
Unittest Tests can be run using nose. State true or false.
asked
Jul 2, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
1
answer
Which of the following option is used to generate test report in xml using nose?
asked
Jul 2, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
Page:
« prev
1
2
3
4
5
6
7
8
next »
...