Skip to content

Commit

Permalink
Merge pull request #13 from caarmen/package-as-pytest-plugin
Browse files Browse the repository at this point in the history
fix: Update `pyproject.toml` to include the fixtures as a pytest plugin.
  • Loading branch information
resulyrt93 authored Aug 10, 2024
2 parents 30dd807 + 4971fe2 commit 1a2be0f
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 1a2be0f

Please sign in to comment.