File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
def test_read_all_has_kent ():
11
11
# We use requests.get() with url to make a get request
12
12
response = requests .get (BASE_URI )
13
- # Added the soft_assertions() - we use this when we want our Test to run successfully (means failing one test won't
14
- # stop the Test script's execution). Collect all the failures , consolidate all the errors and return all the test
15
- # failures in last.
13
+ # Added the soft_assertions() - we use this when we want our Tests to run successfully (means failing one test won't
14
+ # stop the Test script's execution). It will Collect all the failed tests , consolidate all of them with the errors
15
+ # and return all the failed test failures in last with the failure messages .
16
16
with soft_assertions ():
17
17
# response from requests has many useful properties
18
18
# we can assert on the response status code
You can’t perform that action at this time.
0 commit comments