Skip to content

fixup! fixed test_user #424

fixup! fixed test_user

fixup! fixed test_user #424

GitHub Actions / JUnit Test Report failed Dec 27, 2023 in 0s

317 tests run, 314 passed, 0 skipped, 3 failed.

Annotations

Check failure on line 1 in TestStaticBalance

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestStaticBalance.test_has_correct_balance

failed on setup with "TypeError: Can't instantiate abstract class StaticFinanceInformation without an implementation for abstract method 'last_received_update'"
Raw output
self = <tests.model.test_finance.TestStaticBalance object at 0x7f55a0a35370>

    @pytest.fixture(scope="class")
    def balance(self) -> ActiveProperty:
>       return self.StaticFinanceInformation().balance
E       TypeError: Can't instantiate abstract class StaticFinanceInformation without an implementation for abstract method 'last_received_update'

tests/model/test_finance.py:44: TypeError

Check failure on line 1 in TestStaticBalance

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestStaticBalance.test_balance_not_editable

failed on setup with "TypeError: Can't instantiate abstract class StaticFinanceInformation without an implementation for abstract method 'last_received_update'"
Raw output
self = <tests.model.test_finance.TestStaticBalance object at 0x7f55a0a35370>

    @pytest.fixture(scope="class")
    def balance(self) -> ActiveProperty:
>       return self.StaticFinanceInformation().balance
E       TypeError: Can't instantiate abstract class StaticFinanceInformation without an implementation for abstract method 'last_received_update'

tests/model/test_finance.py:44: TypeError

Check failure on line 1 in TestStaticBalance

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestStaticBalance.test_balance_not_deletable

failed on setup with "TypeError: Can't instantiate abstract class StaticFinanceInformation without an implementation for abstract method 'last_received_update'"
Raw output
self = <tests.model.test_finance.TestStaticBalance object at 0x7f55a0a35370>

    @pytest.fixture(scope="class")
    def balance(self) -> ActiveProperty:
>       return self.StaticFinanceInformation().balance
E       TypeError: Can't instantiate abstract class StaticFinanceInformation without an implementation for abstract method 'last_received_update'

tests/model/test_finance.py:44: TypeError