We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b03653 commit 6386e57Copy full SHA for 6386e57
tests/test_projects.py
@@ -38,6 +38,7 @@ def test_get_projects(self):
38
self.assertEqual(len(responses.calls), 1)
39
self.assertEqual(responses.calls[0].response.json(), project_json)
40
41
+ @responses.activate
42
def test_create_project(self):
43
# Tests creating a project. This also tests validating the project data as part of `api.create_project`.
44
with open('./tests/test_files/examples/project_new.json', 'r') as new_project_file:
0 commit comments