Skip to content

Commit

Permalink
Using the same name for plugin as the module name
Browse files Browse the repository at this point in the history
This makes it simple to depend on this plugin explicitly using
pytest_plugins module variable mechanism
  • Loading branch information
nicoddemus committed Mar 15, 2015
1 parent 7b5812f commit f78d6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name='pytest-mock',
version='0.4.0',
entry_points={
'pytest11': ['pytest-mock = pytest_mock'],
'pytest11': ['pytest_mock = pytest_mock'],
},
py_modules=['pytest_mock'],
platforms='any',
Expand Down

0 comments on commit f78d6b5

Please sign in to comment.