Skip to content
New issue

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

Run tests against all supported Python versions. #4

Open
yezyilomo opened this issue May 14, 2021 · 0 comments
Open

Run tests against all supported Python versions. #4

yezyilomo opened this issue May 14, 2021 · 0 comments

Comments

@yezyilomo
Copy link

yezyilomo commented May 14, 2021

This is just a suggestion, I used to run tests against the python version I was using on my machine before pushing to GitHuB, using this approach sometimes I found my self breaking my packages on other python versions unknowingly by using some features which are not compatible with some versions of python usually older versions because on my machine I was usually using the latest version. So to avoid this I started using tox and CI to tests my packages against all versions of python which I support before merging changes to master branch this way I would know whether I’ve broken something or not.

So my suggestion here is to add a way to run tests against all versions of python which you want to support so that u don’t break things on other versions unknowingly, don’t just assume whatever runs on python version on your machine will run on other versions too.

@yezyilomo yezyilomo changed the title Run tets against all supported Python versions. Run tests against all supported Python versions. May 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant