Summary


  Run
Status FAIL
Tests 7
Start 2023-04-08 19-55-51
End 2023-04-08 19-55-51
Duration 0.003555115 seconds
Tags #ALL
  Status
Total 7
Pass 0
Fail 0
Error 7
Disable 0
Skip 0
  Bugs
Total 0
Low 0
Minor 0
Major 0
Critical 0
Blocker 0
  Errors
Total 7
Rest Api 0
Global Variables 0
Bug 7
Logger 0
Unexpected 0




Name t1 (root file) [1]
Description
Asynchronous True
Testsuite root file
Tags #ALL
Start 2023-04-08 19-55-51
End 2023-04-08 19-55-51
Duration 0.001786011 seconds
Bug Priority
Error Type Bug
TRACEBACKS
----------
File "/Users/test_rest_api/_errors/3. bug.py", line 6, in t1
    Bug(1, 2, 3, 4, 5, 6, 7, 8)

EXCEPTION
---------
Takes from 1 to 6 positional arguments but 9 were given

ERROR MESSAGE
-------------
Bug creation failed

Example Code
------------
(Example 1)
from test_rest_api import Bug
Bug(message="my bug msg",
    priority=Bug.PRIORITY.CRITICAL,
    actual_result="my actual result",
    expected_result="my expected result",
    steps_to_reproduce="detailed steps to reproduce")

(Example 2)
from test_rest_api import Bug
Bug()

Note: All the arguments are optional
Default bug priority: 'low'
Supported bug priorities: 'low', 'minor', 'major', 'critical', 'blocker'

Name t2 (root file) [2]
Description
Asynchronous True
Testsuite root file
Tags #ALL
Start 2023-04-08 19-55-51
End 2023-04-08 19-55-51
Duration 0.000223467 seconds
Bug Priority
Error Type Bug
TRACEBACKS
----------
File "/Users/test_rest_api/_errors/3. bug.py", line 11, in t2
    Bug(message1='s')

EXCEPTION
---------
Got an unexpected keyword argument 'message1'

ERROR MESSAGE
-------------
Bug creation failed

Example Code
------------
(Example 1)
from test_rest_api import Bug
Bug(message="my bug msg",
    priority=Bug.PRIORITY.CRITICAL,
    actual_result="my actual result",
    expected_result="my expected result",
    steps_to_reproduce="detailed steps to reproduce")

(Example 2)
from test_rest_api import Bug
Bug()

Note: All the arguments are optional
Default bug priority: 'low'
Supported bug priorities: 'low', 'minor', 'major', 'critical', 'blocker'

Name t3 (root file) [3]
Description
Asynchronous True
Testsuite root file
Tags #ALL
Start 2023-04-08 19-55-51
End 2023-04-08 19-55-51
Duration 0.000174704 seconds
Bug Priority
Error Type Bug
TRACEBACKS
----------
File "/Users/test_rest_api/_errors/3. bug.py", line 16, in t3
    Bug(message=1)

EXCEPTION
---------
Invalid data type for message. Please provide a valid string

ERROR MESSAGE
-------------
Bug creation failed

Example Code
------------
(Example 1)
from test_rest_api import Bug
Bug(message="my bug msg",
    priority=Bug.PRIORITY.CRITICAL,
    actual_result="my actual result",
    expected_result="my expected result",
    steps_to_reproduce="detailed steps to reproduce")

(Example 2)
from test_rest_api import Bug
Bug()

Note: All the arguments are optional
Default bug priority: 'low'
Supported bug priorities: 'low', 'minor', 'major', 'critical', 'blocker'

Name t4 (root file) [4]
Description
Asynchronous True
Testsuite root file
Tags #ALL
Start 2023-04-08 19-55-51
End 2023-04-08 19-55-51
Duration 0.000170306 seconds
Bug Priority
Error Type Bug
TRACEBACKS
----------
File "/Users/test_rest_api/_errors/3. bug.py", line 21, in t4
    Bug(priority=1)

EXCEPTION
---------
Invalid data type for priority. Please provide a valid string

ERROR MESSAGE
-------------
Bug creation failed

Example Code
------------
(Example 1)
from test_rest_api import Bug
Bug(message="my bug msg",
    priority=Bug.PRIORITY.CRITICAL,
    actual_result="my actual result",
    expected_result="my expected result",
    steps_to_reproduce="detailed steps to reproduce")

(Example 2)
from test_rest_api import Bug
Bug()

Note: All the arguments are optional
Default bug priority: 'low'
Supported bug priorities: 'low', 'minor', 'major', 'critical', 'blocker'

Name t5 (root file) [5]
Description
Asynchronous True
Testsuite root file
Tags #ALL
Start 2023-04-08 19-55-51
End 2023-04-08 19-55-51
Duration 0.000174876 seconds
Bug Priority
Error Type Bug
TRACEBACKS
----------
File "/Users/test_rest_api/_errors/3. bug.py", line 26, in t5
    Bug(actual_result=1)

EXCEPTION
---------
Invalid data type for actual_result. Please provide a valid string

ERROR MESSAGE
-------------
Bug creation failed

Example Code
------------
(Example 1)
from test_rest_api import Bug
Bug(message="my bug msg",
    priority=Bug.PRIORITY.CRITICAL,
    actual_result="my actual result",
    expected_result="my expected result",
    steps_to_reproduce="detailed steps to reproduce")

(Example 2)
from test_rest_api import Bug
Bug()

Note: All the arguments are optional
Default bug priority: 'low'
Supported bug priorities: 'low', 'minor', 'major', 'critical', 'blocker'

Name t6 (root file) [6]
Description
Asynchronous True
Testsuite root file
Tags #ALL
Start 2023-04-08 19-55-51
End 2023-04-08 19-55-51
Duration 0.00016949 seconds
Bug Priority
Error Type Bug
TRACEBACKS
----------
File "/Users/test_rest_api/_errors/3. bug.py", line 31, in t6
    Bug(expected_result=1)

EXCEPTION
---------
Invalid data type for expected_result. Please provide a valid string

ERROR MESSAGE
-------------
Bug creation failed

Example Code
------------
(Example 1)
from test_rest_api import Bug
Bug(message="my bug msg",
    priority=Bug.PRIORITY.CRITICAL,
    actual_result="my actual result",
    expected_result="my expected result",
    steps_to_reproduce="detailed steps to reproduce")

(Example 2)
from test_rest_api import Bug
Bug()

Note: All the arguments are optional
Default bug priority: 'low'
Supported bug priorities: 'low', 'minor', 'major', 'critical', 'blocker'

Name t7 (root file) [7]
Description
Asynchronous True
Testsuite root file
Tags #ALL
Start 2023-04-08 19-55-51
End 2023-04-08 19-55-51
Duration 0.000166688 seconds
Bug Priority
Error Type Bug
TRACEBACKS
----------
File "/Users/test_rest_api/_errors/3. bug.py", line 36, in t7
    Bug(steps_to_reproduce=1)

EXCEPTION
---------
Invalid data type for steps_to_reproduce. Please provide a valid string

ERROR MESSAGE
-------------
Bug creation failed

Example Code
------------
(Example 1)
from test_rest_api import Bug
Bug(message="my bug msg",
    priority=Bug.PRIORITY.CRITICAL,
    actual_result="my actual result",
    expected_result="my expected result",
    steps_to_reproduce="detailed steps to reproduce")

(Example 2)
from test_rest_api import Bug
Bug()

Note: All the arguments are optional
Default bug priority: 'low'
Supported bug priorities: 'low', 'minor', 'major', 'critical', 'blocker'