Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Chuck Daniels <[email protected]>
  • Loading branch information
jhkennedy and chuckwondo authored Nov 7, 2024
1 parent f654a3f commit a1d7b01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/contributing/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,16 @@ Sessions defined in earthaccess/noxfile.py:
sessions marked with * are selected, sessions marked with - are skipped.
```

You can also run individual tasks (_sessions_ in `nox` parlance, hence the `-s`
option below), like so:

```bash
nox -s integration-tests
```

and pass options to the underlying session like:

```bash
nox -s integration-tests -- [ARGS]
```
Expand Down

0 comments on commit a1d7b01

Please sign in to comment.