added property #420
GitHub Actions / JUnit Test Report
failed
Dec 27, 2023 in 0s
1 tests run, 0 passed, 0 skipped, 1 failed.
Annotations
Check failure on line 79 in tests/model/test_user.py
github-actions / JUnit Test Report
test_user.tests.model.test_user
collection failure
Raw output
/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/_pytest/runner.py:341: in from_call
result: Optional[TResult] = func()
/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/_pytest/runner.py:372: in <lambda>
call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/_pytest/python.py:531: in collect
self._inject_setup_module_fixture()
/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/_pytest/python.py:545: in _inject_setup_module_fixture
self.obj, ("setUpModule", "setup_module")
/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/_pytest/python.py:310: in obj
self._obj = obj = self._getobj()
/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/_pytest/python.py:528: in _getobj
return self._importtestmodule()
/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/_pytest/python.py:617: in _importtestmodule
mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/_pytest/pathlib.py:567: in import_path
importlib.import_module(module_name)
/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1387: in _gcd_import
???
<frozen importlib._bootstrap>:1360: in _find_and_load
???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:935: in _load_unlocked
???
/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/_pytest/assertion/rewrite.py:186: in exec_module
exec(co, module.__dict__)
tests/model/test_user.py:77: in <module>
class UserWithFinancesTestCase(TestCase):
tests/model/test_user.py:78: in UserWithFinancesTestCase
class User(DegenerateUser):
tests/model/test_user.py:79: in User
finance_information = DegenerateFinanceInformation()
E TypeError: Can't instantiate abstract class DegenerateFinanceInformation without an implementation for abstract method 'last_received_update'
Loading