report.html

Report generated on 15-Nov-2022 at 16:59:49 by pytest-html v2.1.1

Environment

Packages {"pluggy": "0.13.1", "py": "1.9.0", "pytest": "6.1.0"}
Platform Windows-10-10.0.19041-SP0
Plugins {"allure-pytest": "2.8.18", "datadir": "1.3.1", "html": "2.1.1", "metadata": "1.10.0"}
Python 3.8.5

Summary

1 tests ran in 1.80 seconds.

0 passed, 0 skipped, 1 failed, 0 errors, 0 expected failures, 0 unexpected passes

Results

Result Test Duration Links
Failed test_url_city_check.py::TestUrlCityVerification::test_repeat 0.00
self = <test_url_city_check.TestUrlCityVerification object at 0x00000184E03A3670>

@pytest.mark.test_details("SLUB-T0000","high","Url City Verification","Prince")
def test_repeat(self):
for i in range(0,3):
> self.test_create_json_from_DB_for_course_program_url()
E TypeError: test_create_json_from_DB_for_course_program_url() missing 1 required positional argument: 'testdata'

test_prod\test_url_city_check.py:38: TypeError