comparison tests/test-doctest.py @ 37183:ded5ea279a93

fix: new extension for automatically modifying file contents This change implements most of the corresponding proposal as discussed at the 4.4 and 4.6 sprints: https://www.mercurial-scm.org/wiki/AutomaticFormattingPlan This change notably does not include parallel execution of the formatter/fixer tools. It does allow for implementing that without affecting other areas of the code. I believe the test coverage to be good, but this is a hotbed of corner cases. Differential Revision: https://phab.mercurial-scm.org/D2897
author Danny Hooper <hooper@google.com>
date Sat, 03 Mar 2018 14:08:44 -0800
parents f99d64e8a4e4
children 740f7d447222
comparison
equal deleted inserted replaced
37182:559069689121 37183:ded5ea279a93
74 testmod('hgext.convert.convcmd') 74 testmod('hgext.convert.convcmd')
75 testmod('hgext.convert.cvsps') 75 testmod('hgext.convert.cvsps')
76 testmod('hgext.convert.filemap') 76 testmod('hgext.convert.filemap')
77 testmod('hgext.convert.p4') 77 testmod('hgext.convert.p4')
78 testmod('hgext.convert.subversion') 78 testmod('hgext.convert.subversion')
79 testmod('hgext.fix')
79 testmod('hgext.mq') 80 testmod('hgext.mq')
80 # Helper scripts in tests/ that have doctests: 81 # Helper scripts in tests/ that have doctests:
81 testmod('drawdag') 82 testmod('drawdag')