Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-dtopt - Add options to doctest examples while they are running
dtopts adds options to doctest examples while they are running. When
using the doctest module it is often convenient to use the ELLIPSIS
option, which allows you to use ... as a wildcard. But you either have
to setup the test runner to use this option, or you must put #doctest:
+ELLIPSIS on every example that uses this feature. dtopt lets you enable
this option globally from within a doctest, by doing:
>>> from dtopt import ELLIPSIS
Packages
| Name |
Version |
Release |
Type |
Size |
Built |
| python-dtopt |
0.1 |
3.el5 |
src |
5 KiB |
Wed Oct 8 03:13:25 2008 |
| python-dtopt |
0.1 |
2.el5 |
src |
5 KiB |
Wed Aug 6 19:04:40 2008 |
Changelog
- * Tue Oct 7 22:00:00 2008 Toshio Kuratomi8 <toshio{%}fedoraproject{*}org> 0.1-3
- Bump and build for EL-5
- * Fri Jun 27 22:00:00 2008 Ricky Zhou <ricky{%}fedoraproject{*}org> 0.1-2
- Initial package for Fedora
- * Sat Mar 15 22:00:00 2008 Tom "spot" Callaway <tcallawa{%}redhat{*}com> 0.1-1
- Initial package for Fedora