def test_insert_before_consent_fails(self):
measurements_1 = load_measurement_json(self.participant_id)
path_1 = 'Participant/%s/PhysicalMeasurements' % self.participant_id
self.send_post(path_1, measurements_1, expected_status=httplib.BAD_REQUEST)
physical_measurements_api_test.py 文件源码
python
阅读 15
收藏 0
点赞 0
评论 0
评论列表
文章目录