File: README

package info (click to toggle)
gavodachs 2.11%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 8,972 kB
  • sloc: python: 100,078; xml: 3,014; javascript: 2,360; ansic: 918; sh: 216; makefile: 31
file content (12 lines) | stat: -rw-r--r-- 457 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
This directory has unit tests for DaCHS, where I'm generous with what
still passes as a unit test.

There are two kinds of unittests in here:

*test.py -- tests for python's plain unittest framework
test_*.py -- tests for twisted's trail framework (i.e., tests needing a
  reactor).  One could probably use trial for the unittest tests as well.


In addition, runAllTests guesses what modules might contain doctests and
adds them to its test suite as well.