We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5209f commit 49bd922Copy full SHA for 49bd922
tests/base.py
@@ -26,6 +26,7 @@
26
from charon.storage import PRODUCT_META_KEY, CHECKSUM_META_KEY
27
from tests.commons import TEST_BUCKET
28
from boto3_type_annotations import s3
29
+from moto import mock_s3
30
31
32
SHORT_TEST_PREFIX = "ga"
@@ -82,6 +83,7 @@ def get_config_base(self) -> str:
82
83
return os.path.join(self.get_temp_dir(), '.charon')
84
85
86
+@mock_s3
87
class PackageBaseTest(BaseTest):
88
def setUp(self):
89
super().setUp()
tests/requirements.txt
@@ -5,5 +5,5 @@ pytest-cov
5
pytest-html
6
flake8
7
requests-mock
8
-moto
+moto==3.0.2.dev12
9
0 commit comments