summaryrefslogtreecommitdiff
path: root/urwid/tests/test_doctests.py
diff options
context:
space:
mode:
Diffstat (limited to 'urwid/tests/test_doctests.py')
-rw-r--r--urwid/tests/test_doctests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/urwid/tests/test_doctests.py b/urwid/tests/test_doctests.py
index 1720a48..611baf3 100644
--- a/urwid/tests/test_doctests.py
+++ b/urwid/tests/test_doctests.py
@@ -15,6 +15,7 @@ def load_tests(loader, tests, ignore):
'urwid.split_repr', # override function with same name
urwid.util,
urwid.signals,
+ urwid.graphics,
]
for m in module_doctests:
tests.addTests(doctest.DocTestSuite(m,