comparison 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
comparison
equal deleted inserted replaced
24242:3acb83c6c0f1 24243:daee2039dd11
17 testmod('mercurial.encoding') 17 testmod('mercurial.encoding')
18 testmod('mercurial.hg') 18 testmod('mercurial.hg')
19 testmod('mercurial.hgweb.hgwebdir_mod') 19 testmod('mercurial.hgweb.hgwebdir_mod')
20 testmod('mercurial.match') 20 testmod('mercurial.match')
21 testmod('mercurial.minirst') 21 testmod('mercurial.minirst')
22 testmod('mercurial.patch')
22 testmod('mercurial.pathutil') 23 testmod('mercurial.pathutil')
23 testmod('mercurial.revset') 24 testmod('mercurial.revset')
24 testmod('mercurial.store') 25 testmod('mercurial.store')
25 testmod('mercurial.subrepo') 26 testmod('mercurial.subrepo')
26 testmod('mercurial.templatefilters') 27 testmod('mercurial.templatefilters')