doc: update mock modules

This commit is contained in:
Sebastien Bourdeauducq 2015-05-22 22:39:26 +08:00
parent d78a275655
commit cff999f259
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class Mock(MagicMock):
return Mock()
mock_modules = ["gbulb", "gi", "gi.repository", "cairoplot", "matplotlib"]
mock_modules = ["quamash", "pyqtgraph", "matplotlib"]
for module in mock_modules:
sys.modules[module] = Mock()