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 0706949 commit 0e6b608Copy full SHA for 0e6b608
tests/test_projects.py
@@ -38,6 +38,7 @@ def test_get_project_detailed_report(self):
38
self.assertEqual(len(responses.calls), 1)
39
self.assertEqual(responses.calls[0].response.json(), project_detailed_report_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