Report generated on 15-Nov-2022 at 16:58:33 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 2.02 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 | |
cls = <class '_pytest.runner.CallInfo'>, func = <function call_runtest_hook.<locals>.<lambda> at 0x0000024C9C1F54C0>, when = 'call' reraise = (<class '_pytest.outcomes.Exit'>, <class 'KeyboardInterrupt'>) @classmethod def from_call( cls, func: "Callable[[], TResult]", when: "Literal['collect', 'setup', 'call', 'teardown']", reraise: "Optional[Union[Type[BaseException], Tuple[Type[BaseException], ...]]]" = None, ) -> "CallInfo[TResult]": excinfo = None start = timing.time() precise_start = timing.perf_counter() try: > result = func() # type: Optional[TResult] c:\users\qateam\appdata\local\programs\python\python38\lib\site-packages\_pytest\runner.py:310: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ c:\users\qateam\appdata\local\programs\python\python38\lib\site-packages\_pytest\runner.py:256: in <lambda> lambda: ihook(item=item, **kwds), when=when, reraise=reraise c:\users\qateam\appdata\local\programs\python\python38\lib\site-packages\pluggy\hooks.py:286: in __call__ return self._hookexec(self, self.get_hookimpls(), kwargs) c:\users\qateam\appdata\local\programs\python\python38\lib\site-packages\pluggy\manager.py:93: in _hookexec return self._inner_hookexec(hook, methods, kwargs) c:\users\qateam\appdata\local\programs\python\python38\lib\site-packages\pluggy\manager.py:84: in <lambda> self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall( c:\users\qateam\appdata\local\programs\python\python38\lib\site-packages\_pytest\runner.py:171: in pytest_runtest_call raise e c:\users\qateam\appdata\local\programs\python\python38\lib\site-packages\_pytest\runner.py:163: in pytest_runtest_call item.runtest() c:\users\qateam\appdata\local\programs\python\python38\lib\site-packages\_pytest\python.py:1627: in runtest self.ihook.pytest_pyfunc_call(pyfuncitem=self) c:\users\qateam\appdata\local\programs\python\python38\lib\site-packages\pluggy\hooks.py:286: in __call__ return self._hookexec(self, self.get_hookimpls(), kwargs) c:\users\qateam\appdata\local\programs\python\python38\lib\site-packages\pluggy\manager.py:93: in _hookexec return self._inner_hookexec(hook, methods, kwargs) c:\users\qateam\appdata\local\programs\python\python38\lib\site-packages\pluggy\manager.py:84: in <lambda> self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall( _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ pyfuncitem = <Function test_repeat> @hookimpl(trylast=True) def pytest_pyfunc_call(pyfuncitem: "Function") -> Optional[object]: testfunction = pyfuncitem.obj if is_async_function(testfunction): async_warn_and_skip(pyfuncitem.nodeid) funcargs = pyfuncitem.funcargs testargs = {arg: funcargs[arg] for arg in pyfuncitem._fixtureinfo.argnames} > result = testfunction(**testargs) E TypeError: test_repeat() takes 0 positional arguments but 1 was given c:\users\qateam\appdata\local\programs\python\python38\lib\site-packages\_pytest\python.py:184: TypeError |