Skip to content

Commit a087d71

Browse files
authored
Update command in docs (#1048)
1 parent 148fbb1 commit a087d71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/maintainers_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ You can rely on Travis CI builds for running the tests on a variety of Python ru
6060
This project also has integration tests that verify the SDK works with the Slack API platform. As a preparation, you need to set [the required env variables](https://github.com/slackapi/python-slack-sdk/blob/main/integration_tests/env_variable_names.py) properly. You don't need to setup all of them if you just want to run some of the tests. Commonly, `SLACK_SDK_TEST_BOT_TOKEN` and `SLACK_SDK_TEST_USER_TOKEN` are used for running `WebClient` tests.
6161

6262
```bash
63-
python setup.py run_integration_tests # run all
63+
python setup.py integration_tests # run all
6464

6565
# run a single test
66-
python setup.py run_integration_tests \
66+
python setup.py integration_tests \
6767
--test-target integration_tests/web/test_web_client.py
6868
```
6969

0 commit comments

Comments
 (0)