Djangoes:

Here's a sketch of an XmlTestRunner.

http://pypi.python.org/pypi/XmlTestRunner/0.16654

The point is to decorate all the test names (and asserts?), and show
them off, probably with XSLT to HTML to a web page.

To plug a new test runner into Django, you apparently add to
settings.py:

TEST_RUNNER='doj.test.xmlrunner.run_tests'

However, the above module has no run_tests() method.

Is there some way to adapt it? Or is there some other way to get
structured output for formatting?

(I'm charged with building a test server, if anyone hasn't noticed
yet! ;)

--
  Phlip

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to