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

Group log lines for each test run #36

Merged
merged 2 commits into from
Oct 4, 2020
Merged

Group log lines for each test run #36

merged 2 commits into from
Oct 4, 2020

Conversation

ymyzk
Copy link
Owner

@ymyzk ymyzk commented Oct 4, 2020

Closes #32.

When running on GitHub Actions, group log lines when running tests in each environment.

Image from Gyazo

@ymyzk ymyzk merged commit ed8cebe into master Oct 4, 2020
@ymyzk ymyzk deleted the grouping branch October 4, 2020 05:22
@@ -35,6 +35,20 @@ def tox_configure(config):
config.envlist_default = config.envlist = envlist


@hookimpl
def tox_runtest_pre(venv):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I also want the env create/installdeps/inst/installed grouped

see: https://github.com/twisted/ldaptor/pull/206/checks?check_run_id=1205103588#step:8:1698

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.

emit ::group tags
2 participants