Skip to content

Commit

Permalink
Add test-files
Browse files Browse the repository at this point in the history
  • Loading branch information
dala318 committed Sep 16, 2024
1 parent 048eaf2 commit 0c5f766
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tests/bandit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# https://bandit.readthedocs.io/en/latest/config.html

tests:
- B108
- B306
- B307
- B313
- B314
- B315
- B316
- B317
- B318
- B319
- B320
- B325
- B602
- B604
9 changes: 9 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"""Fixtures for testing."""

import pytest


@pytest.fixture(autouse=True)
def auto_enable_custom_integrations(enable_custom_integrations):
"""Enable custom integrations."""
return

0 comments on commit 0c5f766

Please sign in to comment.