We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7dbae commit 445a4e4Copy full SHA for 445a4e4
tests/s3/test_bucket.py
@@ -2,8 +2,7 @@
2
Test the `Bucket` class in `src/gardenlinux/s3/bucket.py` by using
3
mock AWS interactions provided by the `moto` module.
4
5
-The `@mock_aws` decorator `moto` provides ensures a fresh
6
-but fake AWS-like environment.
+A mock AWS environment is provided by the `s3_setup` fixture found in `conftest.py`.
7
"""
8
9
import io
0 commit comments