# Template for manual test checklist ````markdown - [x] ## [Feature/Bugfix] name **Input data path** : ```bash /chemin/vers/donnees_entree/images_tiff/ ``` **Command to run** : ```bash python convertisseur.py --input /chemin/vers/donnees_entree/images_tiff/ --output /chemin/vers/resultats_conversion/ ``` **Output data path of reference** : ```bash /chemin/vers/donnees_reference/images_jpeg/ ``` ````