summaryrefslogtreecommitdiff
path: root/urwid/tests/test_doctests.py
diff options
context:
space:
mode:
authorAndrew Dunai <andunai@gmail.com>2018-01-04 13:56:40 +0200
committerGitHub <noreply@github.com>2018-01-04 13:56:40 +0200
commitcf0307c500e1d575fec5fc5a37e4ff4e69972b92 (patch)
treecbc82f80d72cb15589f50c77847dc4c0ddabd072 /urwid/tests/test_doctests.py
parent2496a176c00eab88492f1566f2a89c58be4e15d9 (diff)
downloadurwid-cf0307c500e1d575fec5fc5a37e4ff4e69972b92.tar.gz
Python dual support (#266)
* WIP * Metaclasses * String literal fixes * Remove 2to3 and make tests compatible with both Python 2 & 3 * Removed debug code. * Added tests for ProgressBar * Fixed examples. * future division & font literals fix * Cleaner fonts initialization.
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,