You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test the SpaceAPI when we've got no on-going network to the backend systems
9
30
"""
10
31
11
32
vcr_enabled=False
12
33
13
-
deftest_space_json_no_network(self):
34
+
defsetUp(self):
14
35
# Disable the service functions (covered by separate tests)
15
36
# Use the 'imported path' rather than the module path, see: https://nedbatchelder.com/blog/201908/why_your_mock_doesnt_work.html#h_mock_it_where_its_used
0 commit comments