Skip to content

Commit

Permalink
docs: Remove mentions of Makefile
Browse files Browse the repository at this point in the history
Issue-28: #28
  • Loading branch information
pawamoy committed Jun 26, 2024
1 parent 756d2ba commit 38b8f76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/work.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ Code source coverage is computed thanks to
Sometimes you don't want to run the whole test suite,
but rather one particular test, or group of tests.
Pytest provides a `-k` option to allow filtering the tests.
The Makefile `test` rule therefore accept a `match=` argument
The `test` command therefore accept a `match=` argument
to specify the value of Pytest's `-k` option:
```
Expand Down Expand Up @@ -512,8 +512,8 @@ make release version=x.y.z
## Releases
As seen in the previous section, you can use the `release` rule
of the Makefile to publish new versions of the Python package.
As seen in the previous section, you can use the `release` command
to publish new versions of the Python package.
Usually, just before running `make release version=x.y.z`,
you run `make changelog` to update the changelog and
Expand Down

0 comments on commit 38b8f76

Please sign in to comment.