Skip to content

Commit

Permalink
fix: Create pytest markers for all resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaballeror authored and oakhan3 committed Nov 16, 2021
1 parent 6f38823 commit 1c7c449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytest_mock_resources/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def pytest_configure(config):
for resource_kind in _resource_kinds:
config.addinivalue_line(
"markers",
"postgres: Tests which make use of {kind} fixtures".format(kind=resource_kind),
"{kind}: Tests which make use of {kind} fixtures".format(kind=resource_kind),
)


Expand Down

0 comments on commit 1c7c449

Please sign in to comment.