Mercurial > hg
diff tests/test-doctest.py @ 24243:daee2039dd11
patch.pathtransform: add doctests
In upcoming patches we're going to make this function more complex, so add some
unit tests for it.
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Fri, 06 Mar 2015 21:48:40 -0800 |
parents | aac5482db318 |
children | c87b05925054 |
line wrap: on
line diff
--- a/tests/test-doctest.py Fri Mar 06 21:12:30 2015 -0800 +++ b/tests/test-doctest.py Fri Mar 06 21:48:40 2015 -0800 @@ -19,6 +19,7 @@ testmod('mercurial.hgweb.hgwebdir_mod') testmod('mercurial.match') testmod('mercurial.minirst') +testmod('mercurial.patch') testmod('mercurial.pathutil') testmod('mercurial.revset') testmod('mercurial.store')