Skip to content

Conversation

@caarlos0
Copy link
Member

@caarlos0 caarlos0 commented Feb 7, 2022

Allow each test to be a subtest, so users can run things like:

go test -v ./... -run 'TestRendererIssues/107'

In order to run a single issue test, which helps when trying to fix a
new one.

Allow each test to be a subtest, so users can run things like:

```sh
go test -v ./... -run 'TestRendererIssues/107'
```

In order to run a single issue test, which helps when trying to fix a
new one.

Signed-off-by: Carlos A Becker <[email protected]>
@caarlos0 caarlos0 self-assigned this Feb 7, 2022
@caarlos0 caarlos0 added the enhancement New feature or request label Feb 7, 2022
@caarlos0 caarlos0 marked this pull request as ready for review February 7, 2022 14:50
@muesli muesli merged commit 1e311cd into master Feb 7, 2022
@muesli muesli deleted the test branch February 7, 2022 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants