We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
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
export_all
It would be nice to active it, so we can check the export of all tables are working.
The text was updated successfully, but these errors were encountered:
It would be nice for the export_one_file to do a unittest.subTest and check individually all files to export.
export_one_file
unittest.subTest
The export_all shouldn't check the validity of all exports.
Sorry, something went wrong.
No branches or pull requests
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#L72It would be nice to active it, so we can check the export of all tables are working.
The text was updated successfully, but these errors were encountered: