Closed charlesbmi closed 1 year ago
Please provide a clear and concise description of what you want to add or change. Please describe how you would use this new feature.
As an NDS developer, I would like automated confirmation that I did not remove an expected entry-point script.
Automated pytest that tries to load each of the entry points defined in pyproject.toml
pytest
pyproject.toml
Separate Github action that tests the entry points. Easier to maintain/better documented though if we put the test with pytest.
Describe the new feature or enhancement
Please provide a clear and concise description of what you want to add or change. Please describe how you would use this new feature.
As an NDS developer, I would like automated confirmation that I did not remove an expected entry-point script.
Describe your proposed implementation
Automated
pytest
that tries to load each of the entry points defined inpyproject.toml
Describe possible alternatives
Separate Github action that tests the entry points. Easier to maintain/better documented though if we put the test with
pytest
.