Skip to content

Commit

Permalink
Add __init__, lint
Browse files Browse the repository at this point in the history
  • Loading branch information
iameskild committed Jul 20, 2023
1 parent 880f981 commit 98ff5ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: "Setup Python"
uses: actions/setup-python@v3

- name: "Run pre-commit"
uses: pre-commit/[email protected]

Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
- name: "Test package"
run: |
pytest --version
pytest -vvv
pytest -vvv
Empty file added tests/__init__.py
Empty file.
1 change: 1 addition & 0 deletions tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
get_spec_keep_portions,
mutate_template,
)

from .conftest import (
_invalid_request_paths,
_invalid_service_account_request_paths,
Expand Down

0 comments on commit 98ff5ec

Please sign in to comment.