chispa icon indicating copy to clipboard operation
chispa copied to clipboard

Unit tests are only run against a single version of Python on the `main` branch.

Open fpgmaas opened this issue 2 years ago • 0 comments

I think it could be useful to run unit tests against multiple versions of Python on each PR, to gain extra confidence in the proposed changes of a PR. This also builds extra confidence that chispa actually works on the python versions as specified in pyproject.toml, and could prevent issues such as https://github.com/MrPowers/chispa/issues/78 in the future.

I have created a draft PR to solve this; https://github.com/MrPowers/chispa/pull/81

fpgmaas avatar Oct 18 '23 17:10 fpgmaas