Changeset View
Changeset View
Standalone View
Standalone View
tests/test-doctest.py
Show First 20 Lines • Show All 152 Lines • ▼ Show 20 Line(s) | [ | ||||
('mercurial.store', '{}'), | ('mercurial.store', '{}'), | ||||
('mercurial.subrepo', '{}'), | ('mercurial.subrepo', '{}'), | ||||
('mercurial.templater', '{}'), | ('mercurial.templater', '{}'), | ||||
('mercurial.ui', '{}'), | ('mercurial.ui', '{}'), | ||||
('mercurial.util', "{'testtarget': 'platform'}"), | ('mercurial.util', "{'testtarget': 'platform'}"), | ||||
('mercurial.util', '{}'), | ('mercurial.util', '{}'), | ||||
('mercurial.utils.dateutil', '{}'), | ('mercurial.utils.dateutil', '{}'), | ||||
('mercurial.utils.stringutil', '{}'), | ('mercurial.utils.stringutil', '{}'), | ||||
('mercurial.utils.urlutil', '{}'), | |||||
('tests.drawdag', '{}'), | ('tests.drawdag', '{}'), | ||||
('tests.test-run-tests', '{}'), | ('tests.test-run-tests', '{}'), | ||||
('tests.test-url', "{'optionflags': 4}"), | ('tests.test-url', "{'optionflags': 4}"), | ||||
] | ] | ||||
) | ) | ||||
unexpectedly_run = mods_tested.difference(expected_mods_tested) | unexpectedly_run = mods_tested.difference(expected_mods_tested) | ||||
not_run = expected_mods_tested.difference(mods_tested) | not_run = expected_mods_tested.difference(mods_tested) | ||||
Show All 9 Lines |