Clarified pytest --integration

pull/39/head
Simon Willison 2022-01-17 11:42:51 -08:00 zatwierdzone przez GitHub
rodzic 75ce3b2c28
commit 199009dd64
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -602,7 +602,7 @@ The main tests all use stubbed interfaces to AWS, so will not make any outbound
There is also a suite of integration tests in `tests/test_integration.py` which DO make API calls to AWS, using credentials from your environment variables or `~/.aws/credentials` file.
These tests are skipped by default. If you have AWS configured with an account that has permission to run `s3-credentials` (create users, roles, buckets etc) you can run these tests using:
These tests are skipped by default. If you have AWS configured with an account that has permission to run the actions required by `s3-credentials` (create users, roles, buckets etc) you can run these tests using:
pytest --integration