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

A py.test plugin that displays test results as OS X notifications

Results 5 pytest-osxnotify issues
Sort by recently updated
recently updated
newest added

It's unclear whether pytest reports a difference between `xfail(run=True)` and `xfail(run=False)` (aka "the test failed as expected" versus "test was expected to fail and we didn't even run it), but...

I'm getting hard app crash in calling the native module. Anyone seen this before? ``` sh $ py.test -f . ============================= test session starts ============================== platform darwin -- Python 2.7.9...

The only way I know to pass `bool(False)` with the current implementation is to pass in an empty string: `osxnotify=''` -- _argparse_ does no implicit cast from `str` to `bool`...

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...

As an user I would like to be able to tell disable the notification related to start of the tests.