Skip to content

Commit 9162de5

Browse files
committed
Really test if watchdog is available
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 90e2bbe commit 9162de5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bpython/test/test_filewatch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import unittest
88

99
try:
10+
import watchdog
1011
from bpython.curtsiesfrontend.filewatch import ModuleChangedEventHandler
1112
has_watchdog = True
1213
except ImportError:

0 commit comments

Comments
 (0)