# HG changeset patch # User Jun Wu # Date 2019-11-25 20:33:06 # Node ID 92518ca66c768cb422fdf39befbd2cffa37dc65c # Parent 1a42f8451a92089f741309a7c92240469e1a8f68 test-doctest: include dateutil `mercurial.utils.dateutil` has dostrings that contain doctests. Include them. Differential Revision: https://phab.mercurial-scm.org/D7519 diff --git a/tests/test-doctest.py b/tests/test-doctest.py --- a/tests/test-doctest.py +++ b/tests/test-doctest.py @@ -82,6 +82,7 @@ testmod('mercurial.ui') testmod('mercurial.url') testmod('mercurial.util') testmod('mercurial.util', testtarget='platform') +testmod('mercurial.utils.dateutil') testmod('mercurial.utils.stringutil') testmod('hgext.convert.convcmd') testmod('hgext.convert.cvsps')