Closed ssolson closed 2 months ago
This PR adds basic testing to the python functions in the the seat qgis plugin using GitHub actions.
The test actions are controlled by the file: https://github.com/ssolson/seat-qgis-plugin/blob/tests/.github/workflows/run-tests.yml
The important steps in the testing are as follows:
TODO:
For reference below are some of the resources I used to put this together for future reference:
QGIS Documentation on Docker Images for Testing Example yml file to run docker test in GitHub Actions Example QGIS python tests Example python test for the GUI
Tutorial on QGIS Plugin Testing
python package for testing qgis plugins
This PR adds basic testing to the python functions in the the seat qgis plugin using GitHub actions.
The test actions are controlled by the file: https://github.com/ssolson/seat-qgis-plugin/blob/tests/.github/workflows/run-tests.yml
The important steps in the testing are as follows:
TODO:
For reference below are some of the resources I used to put this together for future reference:
QGIS Documentation on Docker Images for Testing Example yml file to run docker test in GitHub Actions Example QGIS python tests Example python test for the GUI
Tutorial on QGIS Plugin Testing
python package for testing qgis plugins