chenzhaoyang
2025-12-17 d3e5a4b7658ece4f845bbc0c4f95acf3fbdf8a61
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
test_name: views_test
strict: false
marks:
- usefixtures:
  - django_live_url
stages:
- id: signup
  type: ref
- id: create_project
  type: ref
- name: stage
  request:
    method: GET
    url: '{django_live_url}/projects/{project_pk}/data'
  response:
    status_code: 200
- name: stage
  request:
    method: GET
    url: '{django_live_url}/projects/{project_pk}/settings'
  response:
    status_code: 200
- name: stage
  request:
    method: GET
    url: '{django_live_url}/people'
  response:
    status_code: 200
- name: stage
  request:
    method: GET
    url: '{django_live_url}/projects'
  response:
    status_code: 200