Segnalazione #800
Gestire nei test il caso in cui inotify-tools non è installato
Start date:
05/07/2019
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Nel caso in cui inotify-tools non sia installato, i test falliscono perché in manager/sources/inotifywait.py
c'è path_inotifywait = shutil.which("inotifywait")
che ha valore None
.
In quel caso Inotifywait.is_viable()
è false, per cui fuss-manager funziona.
Potrebbe essere il caso di skippare i test relativi, eventualmente fornendo warning a riguardo.
(nota: il pacchetto recommends inotify-tools, che quindi in situazioni normali viene installato)
History
Updated by Elena Grandi over 5 years ago
- Status changed from Nuovo to Commenti
- Assignee set to Enrico Zini
Fatto nel branch t800, pronto per review e merge
Updated by Enrico Zini over 5 years ago
- Status changed from Commenti to Chiuso
Fatto merge in master
Skip tests in case inotify-tools is not installed. refs: #800