Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Run test suite with python-testdox for more verbose output #24

Merged
merged 1 commit into from
Feb 27, 2021

Conversation

pronovic
Copy link
Owner

@pronovic pronovic commented Feb 27, 2021

In my Java code at work, I've been using a Gradle plugin that gives me more verbose output about each test case that's run. I went looking for something similar in Python, and found python-testdox. I like the result. It's possible to customize it somewhat, but it looks nice even with no annotations.

For apologies-server, I had to limit the pylint dependency to <2.7 because there's currently a bug that prevents astroid from dealing with OrderedSet. That's a problem here but not for the rest of my Python repos.

@pronovic pronovic merged commit b8c8ac7 into master Feb 27, 2021
@pronovic pronovic deleted the ken/testdox branch February 27, 2021 01:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant