| commit | be50c422288e721dc864f453ca93ef21113c6977 | [log] [tgz] |
|---|---|---|
| author | Mickaƫl Schoentgen <contact@tiger-222.fr> | Fri Mar 25 12:27:23 2022 +0100 |
| committer | GitHub <noreply@github.com> | Fri Mar 25 12:27:23 2022 +0100 |
| tree | 595fec6d89936b2958ec8ef2a0c78647c597e725 | |
| parent | 77e1f4668bc42b4a8706b181d882fd68c05ab8b9 [diff] |
[watchmedo] Fix calling commands from within a Python script (#880) Fixes #879 * Fix handling tests Mokcing `time.sleep()` does not work if `eventlet.monkey_patch()` has been called before. So I renamed watchmedo the test file to be run before the one using `eventlet`. Also done some cleaning in tests.