an
saurus
tags:
doctest
pydev
views:
14
answers:
0
+1
Q:
Running doctests from Pydev?
Is there any straightforward way or should I use an external tool like
Nose
?
related questions
Django doctests in views.py
Why does nose finds tests in files with only 644 permission?
Mock Y of (from X import Y) in doctest (python)
Can I unit test an inner function in python?
Python: Why does this doc test fail?
How to use ipython's IPShellEmbed from within a running doctest
Examples of using Doctests in Django in an Agile / BDD way
Python doctest: Skip entire block?
How to use doctest on a Client script ?
How do I include unicode strings in Python doctests?
Is it possible to run a single doctest in Django using "manage.py test"
Doctest failing inspite of having correct output
Configure Django to find all doctests in all modules?
Error using python doctest
DOCTEST==argv[0] as a convention?
Use cases for doctest advanced API
string quoting issues in doctests
How can I process this text file and parse what I need?
Can python doctest ignore some output lines?
Using doctest "result parser" within unit-tests in Python?
can you distinguish between a test & a variable setting?
Doctest for dynamically created objects.
C++ equivalent to Python's doctests?
Python - doctest vs. unittest
Can you check that an exception is thrown with doctest in Python?