Skip to content

Commit

Permalink
update testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tylere committed Feb 7, 2025
1 parent c3f4a3d commit d407160
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,16 @@ integration tests locally before sending a PR. To run the tests locally,
authenticate using `earthengine authenticate` and run the following:

```bash
USE_ADC_CREDENTIALS=1 python -m unittest xee/ext_integration_test.py
python -m unittest xee/ext_integration_test.py
```

or

```bash
python -m pytest xee/ext_integration_test.py
```


## License

This is not an official Google product.
Expand Down

0 comments on commit d407160

Please sign in to comment.