annotate setup.cfg @ 648:a04e46a0bce3

0.6dev: Adding real authentication by making a request to `/login` and storing and reusing cookies provided by Trac (#208). Additionally, support for account-manager form authentication is added to the slave (#219). Thanks to jhampton, ebray, Ludovic Mercier and others for help on developing this feature.
author osimons
date Mon, 24 Aug 2009 22:33:26 +0000
parents e3ab7698dae7
children 24c04502b29f
rev   line source
137
e3645059fb69 * Add SVN revision to file name of distribution archives.
cmlenz
parents: 31
diff changeset
1 [egg_info]
e3645059fb69 * Add SVN revision to file name of distribution archives.
cmlenz
parents: 31
diff changeset
2 tag_build = dev
e3645059fb69 * Add SVN revision to file name of distribution archives.
cmlenz
parents: 31
diff changeset
3 tag_svn_revision = true
e3645059fb69 * Add SVN revision to file name of distribution archives.
cmlenz
parents: 31
diff changeset
4
2
3ba3fb6f0054 Generate coverage data in the distutils {{{unittest}}} command.
cmlenz
parents: 1
diff changeset
5 [unittest]
367
023b0b4a1f20 Fix options handling in `unittest` command.
cmlenz
parents: 356
diff changeset
6 xml_output = build/test-results.xml
023b0b4a1f20 Fix options handling in `unittest` command.
cmlenz
parents: 356
diff changeset
7 coverage_summary = build/test-coverage.txt
023b0b4a1f20 Fix options handling in `unittest` command.
cmlenz
parents: 356
diff changeset
8 coverage_dir = build/coverage
Copyright (C) 2012-2017 Edgewall Software