Skip to content

Fix empty testcases by setting _cleanup to False#11

Open
citizen-stig wants to merge 1 commit intolaurentb:masterfrom
citizen-stig:issue-10-fix
Open

Fix empty testcases by setting _cleanup to False#11
citizen-stig wants to merge 1 commit intolaurentb:masterfrom
citizen-stig:issue-10-fix

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?

@vansleee
Copy link

vansleee 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.

6 participants