Brian Okken

Results 25 issues of Brian Okken

Just curious about the reason for: 1. Needing to mark tests for this to work 2. Marking reporting tests with mark regardless of pass/fail status. I know this was part...

#### What's the problem this feature will solve? The marker `pytest.mark.xfail()` still runs the tests, but the test results in XFAIL if fail, XPASS if pass. The API function `pytest.xfail()`...

type: proposal

Related to #2477 Currently there exists `end_section=True` option for `add_row()`. But it would be cool to just have a no argument `add_section()` function to call instead of `add_row()`. *Could be...

Needs triage

I want to create a table with a horizontal line between sections, and have multiple sections per table. This capability exists with `add_row("blah", end_section=True)`. Honestly, also including a `add_section()` with...

Needs triage

Proposal to add `--repeat-timeout=minutes`, with the type being a float. This borrowed functionality from `pytest-flakefinder` that has a `--flake-max-minutes`. **--repeat-timeout vs --repeat-max-minutes** I'm thinking `--repeat-timeout` seems more obvious, and a...

enhancement

for example: `cards delete 1,2,3` - to delete cards with IDs 1,2,3 `cards update -o okken 4,5,6` - assign owner okken to multiple cards `start` and `finish` - should also...

enhancement

enhancement