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

Support for Python 3.8? #55

Open
fpacholczyk opened this issue Jan 3, 2020 · 1 comment
Open

Support for Python 3.8? #55

fpacholczyk opened this issue Jan 3, 2020 · 1 comment

Comments

@fpacholczyk
Copy link

fpacholczyk commented Jan 3, 2020

Hi,

I'm learning Python using PyBites code challenges. The site verifies submitted code by running pytest and MutPy, on Python 3.7.6. However, locally on my machine I installed 3.8.1 (didn't notice that MutPy does not support 3.8) and observed significantly shorter list of mutants generated for the same code (see attached sample output).

mutpy-python-3.7.6.txt
mutpy-python-3.8.txt

Source code for tested class and tests: https://github.com/fpacholczyk/pybites/tree/master/240

As for learning Python it's not a problem for me to go for 3.7 for the time being, I'd just want to ask if you plan to upgrade MutPy to support 3.8 as well?

Anyway, thanks for a great tool!

@QuothTheRaven42
Copy link

I am also wondering when this will be updated, also due to pybytes.

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

2 participants