pyinotify
pyinotify copied to clipboard
Simple pyinotify unit tests to check events are working as expected.
A start for pyinotify tests, basically some integration tests to make sure OS file events create the expected pyinotify events.
:+1: I was a bit surprised to see that there are no tests currently.
I suggest using pytest for them.
This is followed up by #63.