Skip to content

Commit

Permalink
fix: Update pyproject.toml to include the fixtures as a pytest plugin.
Browse files Browse the repository at this point in the history
Addresses issue #12.
  • Loading branch information
caarmen committed Jul 20, 2024
1 parent 30dd807 commit 4971fe2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pytest-sqlalchemy-mock"
version = "0.1.6"
version = "0.1.7"
license.file = "LICENSE"
description = "pytest sqlalchemy plugin for mock"
authors = [
Expand Down Expand Up @@ -68,3 +68,6 @@ norecursedirs = [
".eggs",
"venv",
]

[project.entry-points."pytest11"]
pytest_sqlalchemy_mock = "pytest_sqlalchemy_mock.base"

0 comments on commit 4971fe2

Please sign in to comment.