Skip to content

Commit

Permalink
pytest: return entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergrind committed Feb 4, 2024
1 parent 58c5fa4 commit 97caf22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ exclude = [
[tool.hatch.commands]
prerelease = 'hatch build'

[project.entry-points.pytest11]
pytest_tipsi_testing = 'pytest_tipsi_testing.plugin'


[tool.ruff]
line-length = 100
Expand Down
2 changes: 1 addition & 1 deletion pytest_tipsi_testing/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.4.0'
__version__ = '1.4.3'

0 comments on commit 97caf22

Please sign in to comment.