Skip to content
Snippets Groups Projects
Unverified Commit 7f8ff2b7 authored by Aditya Dange's avatar Aditya Dange Committed by GitHub
Browse files

Add future.utils in MOCK_MODULES

parent 31699bba
Branches
No related tags found
No related merge requests found
...@@ -17,7 +17,8 @@ import os ...@@ -17,7 +17,8 @@ import os
from mock import Mock from mock import Mock
# Mock tango modules # Mock tango modules
MOCK_MODULES = ['PyTango', 'tango', 'tango.server', 'run', 'DeviceMeta', 'command', 'future'] MOCK_MODULES = ['PyTango', 'tango', 'tango.server', 'run', 'DeviceMeta', 'command',
'future', 'future.utils']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES) sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
# If extensions (or modules to document with autodoc) are in another directory, # If extensions (or modules to document with autodoc) are in another directory,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment