diff tests/test-doctest.py @ 6236:7ad8107d953a

topic: introduce topic namespaces concept starting with simple parsing
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 03 May 2022 21:35:28 +0400
parents 318b81560f8c
children 16fd24f6cf22
line wrap: on
line diff
--- a/tests/test-doctest.py	Thu May 12 20:02:40 2022 +0400
+++ b/tests/test-doctest.py	Tue May 03 21:35:28 2022 +0400
@@ -110,6 +110,7 @@
 expected_mods_tested = set(
     [
         ('hgext3rd.evolve.obshistory', '{}'),
+        ('hgext3rd.topic.common', '{}'),
     ]
 )