test_mockedviews.py
25.8 KB
-
dashboard: fix tests · de78a338
m = MagicMock(spec=Instance, name="asd"); m.name -> AttributeError so I have to set it in an other statement
Őry Máté committed
m = MagicMock(spec=Instance, name="asd"); m.name -> AttributeError so I have to set it in an other statement