keep-it-secret/tests/ext/aws/conftest.py

13 lines
227 B
Python
Raw Normal View History

2024-01-18 20:28:55 +00:00
# -*- coding: utf-8 -*-
# type: ignore
from __future__ import annotations
import pytest
from .fixtures import TestingAWSSecrets
@pytest.fixture
def testing_aws_secrets() -> TestingAWSSecrets:
return TestingAWSSecrets()