Ontje Lünsdorf wrote:
> Doctests in a documentation file are run as a singular test. But you often 
> want 
> to test your code in different use-cases which you don't want to scatter over 
> multiple files. If all tests are run in a singular environment it may get 
> messy 
> to find the root cause of a failure.

http://packages.python.org/manuel/#test-isolation

> The sphinx doctest builder is difficult to integrate into other utilities 
> like 
> continuous testing frameworks (these usually expect unittests).

http://packages.python.org/manuel/#using-unittest

Chris

-- 
Simplistix - Content Management, Batch Processing & Python Consulting
            - http://www.simplistix.co.uk

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to