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

Correctly parse output of unittest tests containing print statements #73

Closed
jitseniesen opened this issue May 16, 2017 · 0 comments · Fixed by #202
Closed

Correctly parse output of unittest tests containing print statements #73

jitseniesen opened this issue May 16, 2017 · 0 comments · Fixed by #202
Milestone

Comments

@jitseniesen
Copy link
Member

After PR #72, the output of tests as printed to stdout is displayed with the last tests, instead of with the test that actually produces the output. Fix this.

I think this may require us to implement our own test runner instead of relying on python -m unittest.

@jitseniesen jitseniesen self-assigned this May 16, 2017
@jitseniesen jitseniesen added this to the v0.3 milestone Jun 29, 2017
@jitseniesen jitseniesen modified the milestones: v0.3, v0.4 Jan 27, 2018
@jitseniesen jitseniesen modified the milestones: v0.4, v0.5 Dec 28, 2019
@goanpeca goanpeca removed this from the v0.5 milestone Feb 23, 2020
@jitseniesen jitseniesen added this to the v0.5.1 milestone Jan 6, 2022
@jitseniesen jitseniesen removed the v0.5.0 label Jan 6, 2022
@jitseniesen jitseniesen modified the milestones: v0.5.1, v0.5.2 Aug 17, 2022
@jitseniesen jitseniesen removed their assignment Aug 17, 2022
@jitseniesen jitseniesen modified the milestones: v0.5.2, v0.6.0 Mar 24, 2023
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 a pull request may close this issue.

2 participants