##// END OF EJS Templates
Add missing test output
Add missing test output

File last commit:

r3232:394ac87f default
r3735:205f0fd4 default
Show More
test-doctest.py
10 lines | 137 B | text/x-python | PythonLexer
Benoit Boissinot
[extendedchangelog] encode/decode function...
r3232 #!/usr/bin/env python
#
import doctest
import mercurial.changelog
# test doctest from changelog
doctest.testmod(mercurial.changelog)