3liz / qgis-veloroutes_voies_vertes-plugin

Standard Covadis Véloroutes et Voies Vertes (3V)
4 stars 5 forks source link

Renable test about export_all #96

Open Gustry opened 3 years ago

Gustry commented 3 years ago

For now in https://github.com/3liz/qgis-veloroutes_voies_vertes-plugin/blob/master/veloroutes_voies_vertes/test/test_export.py there is only a test testing the export of a single file portion.

The test export_all is not active. https://github.com/3liz/qgis-veloroutes_voies_vertes-plugin/blob/master/veloroutes_voies_vertes/test/test_export.py#L72

It would be nice to active it, so we can check the export of all tables are working.

Gustry commented 3 years ago

It would be nice for the export_one_file to do a unittest.subTest and check individually all files to export.

The export_all shouldn't check the validity of all exports.