You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/integration-tests.md
-1
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,6 @@ We are using the moto python module for mocking out AWS, and setting these up us
52
52
53
53
Then in the test you require the mock you can use the function name (e.g. `moto_route53`) as the parameter. You can then use the mock as if it was the boto3 library to create the resources you need for testing, which will be created in a mocked out aws account.
54
54
55
-
Because we use aws profiles we require the profile name to be set up in boto3 for testing. A "mocked" aws profile is set up in `integration_tests/conftest.py` in the `aws_credentials` fixture (this is why the other moto fixtures have the `aws_credentials` parameter). If the code under test needs an aws profile name, please use "mocked".
0 commit comments