Status | FAIL |
Tests | 6 |
Start | 2023-04-08 21-58-04 |
End | 2023-04-08 21-58-04 |
Duration | 0.003570664 seconds |
Tags | #ALL |
Total | 6 |
Pass | 0 |
Fail | 0 |
Error | 6 |
Disable | 0 |
Skip | 0 |
Total | 0 |
Low | 0 |
Minor | 0 |
Major | 0 |
Critical | 0 |
Blocker | 0 |
Total | 6 |
Rest Api | 0 |
Global Variables | 0 |
Bug | 0 |
Logger | 0 |
Unexpected | 6 |
Name | t1 (root file) [1] |
Description | |
Asynchronous | True |
Testsuite | root file |
Tags | #ALL |
Start | 2023-04-08 21-58-04 |
End | 2023-04-08 21-58-04 |
Duration | 0.001394321 seconds |
Bug Priority | |
Error Type | Unexpected |
TRACEBACKS ---------- File "/Users/test_rest_api/_errors/5. unexpected.py", line 6, in t1 value = 1 / 0 ZeroDivisionError: division by zero division by zero
Name | t2 (root file) [2] |
Description | |
Asynchronous | True |
Testsuite | root file |
Tags | #ALL |
Start | 2023-04-08 21-58-04 |
End | 2023-04-08 21-58-04 |
Duration | 0.000133425 seconds |
Bug Priority | |
Error Type | Unexpected |
TRACEBACKS ---------- File "/Users/test_rest_api/_errors/5. unexpected.py", line 12, in t2 response = await rest_api.send(method=rest_api.METHODS.GET) TypeError: RestApi.send() missing 1 required positional argument: 'self' RestApi.send() missing 1 required positional argument: 'self'
Name | t3 (root file) [3] |
Description | |
Asynchronous | True |
Testsuite | root file |
Tags | #ALL |
Start | 2023-04-08 21-58-04 |
End | 2023-04-08 21-58-04 |
Duration | 0.00113141 seconds |
Bug Priority | |
Error Type | Unexpected |
TRACEBACKS ---------- File "/Users/test_rest_api/_errors/5. unexpected.py", line 19, in t3 status_code = response.status_code AttributeError: 'coroutine' object has no attribute 'status_code' 'coroutine' object has no attribute 'status_code' Tip: This may be due to not using await keyword in function calls
Name | t4 (root file) [4] |
Description | |
Asynchronous | True |
Testsuite | root file |
Tags | #ALL |
Start | 2023-04-08 21-58-04 |
End | 2023-04-08 21-58-04 |
Duration | 0.000131905 seconds |
Bug Priority | |
Error Type | Unexpected |
TRACEBACKS ---------- File "/Users/test_rest_api/_errors/5. unexpected.py", line 25, in t4 response = await rest_api.send() TypeError: RestApi.send() missing 1 required positional argument: 'method' RestApi.send() missing 1 required positional argument: 'method'
Name | t5 (root file) [5] |
Description | |
Asynchronous | True |
Testsuite | root file |
Tags | #ALL |
Start | 2023-04-08 21-58-04 |
End | 2023-04-08 21-58-04 |
Duration | 0.000120512 seconds |
Bug Priority | |
Error Type | Unexpected |
TRACEBACKS ---------- File "/Users/test_rest_api/_errors/5. unexpected.py", line 31, in t5 response = await rest_api.send(1, 2, 3, 4, 5, 6, 7, 8) TypeError: RestApi.send() takes 2 positional arguments but 9 were given RestApi.send() takes 2 positional arguments but 9 were given
Name | t6 (root file) [6] |
Description | |
Asynchronous | True |
Testsuite | root file |
Tags | #ALL |
Start | 2023-04-08 21-58-04 |
End | 2023-04-08 21-58-04 |
Duration | 0.000119063 seconds |
Bug Priority | |
Error Type | Unexpected |
TRACEBACKS ---------- File "/Users/test_rest_api/_errors/5. unexpected.py", line 37, in t6 response = await rest_api.send(m1=1) TypeError: RestApi.send() got an unexpected keyword argument 'm1' RestApi.send() got an unexpected keyword argument 'm1'