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

Chronological results section only showing FAILED/ERRORS #50

Closed
jeffwright13 opened this issue Aug 13, 2022 · 1 comment
Closed

Chronological results section only showing FAILED/ERRORS #50

jeffwright13 opened this issue Aug 13, 2022 · 1 comment
Assignees

Comments

@jeffwright13
Copy link
Owner

No description provided.

@jeffwright13 jeffwright13 self-assigned this Aug 13, 2022
@jeffwright13
Copy link
Owner Author

Fixed by moving report option statements for verbose and all (-v and -A) to new section pytest_cmdline_main:

def pytest_cmdline_main(config: Config) -> None:
    config.option.verbose = 1  # easier parsing of final test results
    config.option.reportchars = "A"  # "display all" mode so all results are shown

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

No branches or pull requests

1 participant