Skip to content

Fix empty testcases by setting _cleanup to False#11

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

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

Conversation

@citizen-stig

Copy link
Copy Markdown

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

oharboe commented Jul 25, 2016

Copy link
Copy Markdown

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

Cheers,

@louisom

louisom commented Dec 28, 2016

Copy link
Copy Markdown

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

@Antonboom

Copy link
Copy Markdown

Merge it, please!

@otrejoso

Copy link
Copy Markdown

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

vansleee commented Sep 7, 2020

Copy link
Copy Markdown

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