File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
[pytest]
2
- rp_uuid = fb586627-32be-47dd-93c1-678873458a5f
3
- rp_endpoint = http://192.168.1.10:8080
4
- rp_project = user_personal
5
- rp_launch = AnyLaunchName
6
- rp_launch_attributes = ' PyTest' ' Smoke'
7
- rp_launch_description = ' Smoke test'
2
+ rp_uuid = 3a105970-9304-4c08-93c0-fc6b063a27ae
3
+ rp_endpoint = http://localhost:8080
4
+ rp_project = people-tests
5
+ rp_launch = people-tests
6
+ # Additional tags that would be printed
7
+ rp_launch_attributes = ' people-api' ' covid-tracker'
8
+ # Would be mentioned as a description of any test suite run
9
+ rp_launch_description = ' People and covid tracker tests'
8
10
rp_ignore_errors = True
9
11
rp_ignore_attributes = ' xfail' ' usefixture'
Original file line number Diff line number Diff line change 9
9
10
10
def test_read_all_has_kent (logger ):
11
11
"""
12
- Verify people API database GET operation returns a user with first name as kent
13
- :param logger:
14
- :return:
12
+ Test on hitting People GET API, we get a user named kent in the list of people
15
13
"""
16
14
response = client .read_all_persons ()
17
15
You can’t perform that action at this time.
0 commit comments