Skip to content

Commit

Permalink
Update pytest commands in README (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 authored Dec 4, 2023
1 parent e35e2f5 commit 6154ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Follow the instructions from `Installation from source`.
and then from the root directory

```bash
pytest ipykernel
pytest
```

## Running tests with coverage
Expand All @@ -30,7 +30,7 @@ Follow the instructions from `Installation from source`.
and then from the root directory

```bash
pytest ipykernel -vv -s --cov ipykernel --cov-branch --cov-report term-missing:skip-covered --durations 10
pytest -vv -s --cov ipykernel --cov-branch --cov-report term-missing:skip-covered --durations 10
```

## About the IPython Development Team
Expand Down

0 comments on commit 6154ba3

Please sign in to comment.