Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overridden test methods #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wrwrwr
Copy link

@wrwrwr wrwrwr commented Jun 22, 2015

Just a small note -- something like this passes:

from chai import Chai

class A(Chai):
    def test(self):
        pass

class B(A):
    def test(self):
        raise RuntimeError

But fails if the base is changed from Chai to unittest.TestCase.

Base automatically changed from master to main March 11, 2021 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant