Skip to content

Commit

Permalink
adds steps to install dependencies (#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
HantingZhang2 authored Feb 15, 2024
1 parent 884bb03 commit 6391a3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ any sensitive information.
This project contains both Integration and Unit tests.
__Never__ run the test suite against an organization with production data.

Tests can be executed via [`pytest`](https://pytest.org).
In the root directory, run `pip install .\[tests\]` then `./run-tests.sh` before tests can be executed via [`pytest`](https://pytest.org).

You can optionally add `-k <testName>` to filter individual tests.

By default integration tests use recorded API responses stored in cassettes. To record new API responses run the tests with `RECORD=true`. To run integration tests against API without recording cassettes, run the tests with `RECORD=none`.
Expand Down

0 comments on commit 6391a3d

Please sign in to comment.