Skip to content
Snippets Groups Projects
Commit 9186eb14 authored by Aaron's avatar Aaron
Browse files

try Mock()

parent 93236181
No related branches found
No related tags found
No related merge requests found
......@@ -238,6 +238,6 @@ class Mock(object):
else:
return Mock()
MOCK_MODULES = ['numpy', 'matplotlib', 'matplotlib.pyplot']
MOCK_MODULES = ['numpy', 'matplotlib', 'matplotlib.pyplot', 'matplotlib.sphinxext']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = Mock()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment