view setup.cfg @ 144:76dea27af878

* Make the `<python:unittest>` command strip the base dir from file names in the report. Fixes #42. * Yield reports in the order they were generated. * The `testrunner` now splits the test name into `name` and `fixture` components (the former is commonly the name of the test function, while the latter is the name of the `TestCase` subclass. * Parse descriptions of doctests to extract the test fixture. * Add option to the `build.py` script to enable output of generated reports to the console.t
author cmlenz
date Sat, 20 Aug 2005 13:29:56 +0000
parents e3645059fb69
children 17e4b8d01db6
line wrap: on
line source
[egg_info]
tag_build = dev
tag_svn_revision = true

[sdist]
formats = bztar, gztar, zip

[unittest]
test-suite = bitten.tests
xml-results = build/test-results.xml
coverage-results = build/test-coverage.txt
coverage-dir = build/coverage
Copyright (C) 2012-2017 Edgewall Software