diff tests/test-doctest.py @ 34206:1e71dddc10a2

drawdag: add a couple of doctests to help with python3 porting
author Augie Fackler <raf@durin42.com>
date Wed, 23 Aug 2017 10:51:26 -0400
parents 9b4d7d4855f5
children 0a2fd3bfc704
line wrap: on
line diff
--- a/tests/test-doctest.py	Wed Aug 23 01:24:01 2017 -0400
+++ b/tests/test-doctest.py	Wed Aug 23 10:51:26 2017 -0400
@@ -78,3 +78,5 @@
 testmod('hgext.convert.p4')
 testmod('hgext.convert.subversion')
 testmod('hgext.mq')
+# Helper scripts in tests/ that have doctests:
+testmod('drawdag')