Skip to content

Commit

Permalink
Add pytest_plugins at top level
Browse files Browse the repository at this point in the history
  • Loading branch information
jinsongo committed Sep 18, 2024
1 parent 682d2d2 commit 934e99e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
import pytest
import boto3

pytest_plugins = []


@pytest.fixture(autouse=True)
def environment():
Expand Down

0 comments on commit 934e99e

Please sign in to comment.