Darren Burns
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...
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`:
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...
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...
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,...
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`).
Codecov have their own GitHub action. We should migrate to that.