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

Native speaker review changes #1

Merged
merged 1 commit into from
Jul 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# pytest-ticket

This is a `pytest` plugin that adds the ability to filter test cases by
This is a `pytest` plugin that adds the ability to filter test cases by an
associated ticket of a tracker of your choice.

It adds:
* `ticket_tools` option to `[pytest]` section of `pytest.ini` to define ticket
tools (or trackers) of your choice
* `@pytest.mark.ticket` mark to associate test case with one or more tickets
* `@pytest.mark.ticket` mark to associate a test case with one or more tickets
* `--ticket` command line option to filter out test cases that are not
associated with selected ticket(s)

Expand Down Expand Up @@ -43,7 +43,7 @@ It adds:

## Ticket mark

The ticket mark takes one or more keyword arguments as configured in pytest.ini
The ticket mark takes one or more keyword arguments as configured in `pytest.ini`
`ticket_tools` option, each argument can take a single value or list of values.

```
Expand Down