Report generated on 15-Nov-2022 at 17:05:21 by pytest-html v2.1.1
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 |
1 tests ran in 1.86 seconds.
(Un)check the boxes to filter the results.
0 passed, 0 skipped, 1 failed, 0 errors, 0 expected failures, 0 unexpected passesResult | Test | Duration | Links |
---|---|---|---|
No results found. Try to check the filters | |||
Failed | test_url_city_check.py::TestUrlCityVerification::test_repeat | 0.00 | |
self = <test_url_city_check.TestUrlCityVerification object at 0x000001CBDC933730> testdata = {'db_type': 'mysql', 'query_to_fetch_course_url_city': "Select distinct json_extract(s.params, '$.city_name') as city ...ct_type=1 and json_extract(s.params, '$.country_id')='6' and (s.url like 'val_city%' or s.linkable_id= val_linkable);"} @pytest.mark.test_details("SLUB-T0000","high","Url City Verification","Prince") def test_repeat(self,testdata): for i in range(0,3): > self.test_create_json_from_DB_for_course_program_url(self,testdata) E TypeError: test_create_json_from_DB_for_course_program_url() takes 2 positional arguments but 3 were given test_prod\test_url_city_check.py:38: TypeError |