-
Notifications
You must be signed in to change notification settings - Fork 1
Add configuration options to README #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
a4868f0
6dea3d3
9501f38
6ce1cea
c4f0012
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,20 @@ This project is in a very early stage and will be both restructured and renamed. | |
|
||
## Quickstart | ||
|
||
to install the python and other developer requirements into a venv run: | ||
To install the python and other developer requirements into a venv run: | ||
|
||
make install | ||
|
||
#### Usable env vars | ||
|
||
There's a few env vars that can be used with this project: | ||
|
||
* `TEST_TARGET`: Set to `AWS_CLOUD` to use an externally-deployed instance when running tests. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. note: In the future this shouldn't be part of the library. For now it's ok to include it in the README as it's still included 👍 |
||
* `TEST_FORCE_SNAPSHOT_SKIP_VERIFY`: Set to `1` to force applying the snapshot filters regardless of what `TEST_TARGET` is set to. | ||
* `SNAPSHOT_LEGACY_REPORT`: By default set to `0`. Can be set to `1`. | ||
* `SNAPSHOT_UDPATE`: By default set to `0`. Can be set to `1`. | ||
* `SNAPSHOT_RAW`: By default set to `0`. Can be set to `1`. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. suggestion: extend with what effect enabling these variables will have There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have tried to address your comments in |
||
|
||
## Format code | ||
|
||
We use black and isort as code style tools. | ||
|
Uh oh!
There was an error while loading. Please reload this page.