Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polling #19

Open
phdru opened this issue Jun 26, 2018 · 0 comments
Open

Polling #19

phdru opened this issue Jun 26, 2018 · 0 comments

Comments

@phdru
Copy link
Contributor

phdru commented Jun 26, 2018

Polling doesnt' work at all. I edited fsmonitor/__init__.py to force use of polling.py and all test fail on Linux and w32, Python 2.7 and 3.5:

test1.py
Traceback (most recent call last):
  File "test1.py", line 11, in <module>
    assert test.event_happened(FSEvent.Create, "x")
AssertionError
test2.py
Traceback (most recent call last):
  File "test2.py", line 12, in <module>
    assert test.event_happened(FSEvent.Create, "x")
AssertionError
test3.py
Traceback (most recent call last):
  File "test3.py", line 10, in <module>
    assert False, "Expected exception"
AssertionError: Expected exception
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant