Skip to content

Commit f78d6b5

Browse files
committed
Using the same name for plugin as the module name
This makes it simple to depend on this plugin explicitly using pytest_plugins module variable mechanism
1 parent 7b5812f commit f78d6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
name='pytest-mock',
1212
version='0.4.0',
1313
entry_points={
14-
'pytest11': ['pytest-mock = pytest_mock'],
14+
'pytest11': ['pytest_mock = pytest_mock'],
1515
},
1616
py_modules=['pytest_mock'],
1717
platforms='any',

0 commit comments

Comments
 (0)