Skip to content

Commit

Permalink
ci flow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Gazey committed Dec 26, 2024
1 parent ffcf496 commit 896e713
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ ssri = "ssri_src.ssri:main"
Homepage = "https://github.com/Sebagabones/Server-Side-Rendered-Includes"

[tool.pytest.ini_options]
pythonpath = [
"src"
]
addopts = [
"--import-mode=importlib",
]
Expand Down
1 change: 1 addition & 0 deletions src/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import ssri
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion src/ssri_src/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion tests/__init__.py

This file was deleted.

Binary file added tests/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions tests/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest]
pythonpath = src
2 changes: 1 addition & 1 deletion tests/test_stuff.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
import ssri_src.ssri as ssri
import ssri
import sys
import filecmp
import pytest
Expand Down

0 comments on commit 896e713

Please sign in to comment.