Login
Remember
Register
Ask a Question
Recent questions in Python
+1
vote
1
answer
Which of the following decorator is used to transform a user defined function into a fixture using pytest?
asked
Jul 16, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
+1
vote
0
answers
How many tests are run, when below code is tested using nose?
asked
Jul 16, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
+1
vote
1
answer
Which of the following is a valid doctest?
asked
Jul 16, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
1
answer
Which of the following decorator is used to skip a test unconditionally, with pytest?
asked
Jul 16, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
+1
vote
1
answer
pytest is capable of discovering and running tests written in unittest and nose. State true or false.
asked
Jul 16, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
+1
vote
1
answer
Which of the following option is used to generate Junit style test report in xml using pytest?
asked
Jul 16, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
+1
vote
1
answer
Which of the following are the function level fixtures available in pytest?
asked
Jul 16, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
+1
vote
1
answer
Unittest Tests can be run using nose. State true or false.
asked
Jul 16, 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 16, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
1
answer
Test discovery is simpler in unittest than in nose. State true or false.
asked
Jul 16, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
1
answer
What are Usage of OK_ and EQ_ in NOSE Python?
asked
Jul 14, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
0
votes
1
answer
How does Test Discovery with nose works?
asked
Jul 14, 2020
in
Python
by
GeorgeBell
#python
Python-questions-answers
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
Page:
« prev
1
...
19
20
21
22
23
24
25
26
27
28
29
...
41
next »
Recent questions in Python
...