Darren Burns

Results 77 issues of Darren Burns

## Type of changes - [ ] Bug fix - [x] New feature - [ ] Documentation / docstrings - [ ] Tests - [ ] Other ## Checklist -...

## Type of changes - [ ] Bug fix - [ ] New feature - [ ] Documentation / docstrings - [ ] Tests - [x] Other ## Checklist -...

## Type of changes - [ ] Bug fix - [x] New feature - [ ] Documentation / docstrings - [ ] Tests - [ ] Other ## Checklist -...

GitHub Actions supports colour terminal output, but Rich disables it when it detects it's not writing to a terminal. We should check environment variables, and if we're on a CI...

enhancement
good first issue

When we output a test with the `test-per-line` output mode, the Markdown renders. However, if that test fails, the Markdown doesn't render inside the `Rule`:

bug
good first issue
small

In the `SessionPrelude` (the bit of text that prints out at the top of every test session) we should display the names of the plugins that have been discovered (Ward...

enhancement
good first issue
small

Type annotations have been used for the purpose of improving IDE code assistance so far. MyPy has not been run, and this means that Ward currently does not pass type...

enhancement
good first issue

We need a page in the docs that tell users that to mock they should use `from unittest import mock`. We should note that the `mock.patch` decorators don't currently work,...

good first issue
small
docs

Create a separate page in the `guide` section of the documentation which explains how to configure code coverage (i.e. via `coverage run -m ward`).

good first issue
docs

Codecov have their own GitHub action. We should migrate to that.

enhancement