pytest-osxnotify icon indicating copy to clipboard operation
pytest-osxnotify copied to clipboard

Typo in entrypoints

Open wcooley opened this issue 10 years ago • 0 comments

In setup.py, the pytest11 entrypoint is called pyest_osxnotify -- note the missing "t".

You might also consider naming the entrypoint just "osxnotify". The one place that I know this is used for this plugin is disabling it from the command-line: Currently one has to use -p no:pyest_osxnotify; it would be more conventional to be able to use -p no:osxnotify.

wcooley avatar Oct 27 '15 19:10 wcooley