Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aantn committed Jul 12, 2021
1 parent b04fc9e commit 88cd36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ This method installs robusta into your global python environment

# Running Tests
1. Set a Slack token in `tests/config.env`
2. `cd src && python -m pytest ..` (add `-s` to print all pytest output)
2. `cd src && python -m pytest ..` (add `-s` to print all pytest output and `--keep-cluster` to keep the test KIND cluster alive after tests finish)
3. Optional: reduce the chance you'll accidentally commit your Slack key to git by running `git update-index --skip-worktree tests/config.env`

0 comments on commit 88cd36c

Please sign in to comment.