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

Fix empty testcases by setting _cleanup to False #11

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

Conversation

citizen-stig
Copy link

In python3 BaseTestSuite has a class property _cleanup = False, which clears all testcases after TestSuite.run() is executed

This is fix for #10

In python3 BaseTestSuite has a class property _cleanup = False, which clears all testcases after TestSuite.run() is executed
@oharboe
Copy link

oharboe commented Jul 25, 2016

I'm running into the same problem. This fixes it. Could it be merged?

Cheers,

@louisom
Copy link

louisom commented Dec 28, 2016

Hi all, this patch work on me, too, with Python 3.5.1.

@Antonboom
Copy link

Merge it, please!

@otrejoso
Copy link

I just stumble upon this issue as I was updating some of my modules to python 3. Does anyone owns this repository anymore? Can this be merged? Is there a way to volunteer to own this?

@ryota-vl
Copy link

ryota-vl commented Sep 7, 2020

I have same problem. please merge it. thanks.

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.

None yet

6 participants