88b42544c6
Accepting request 1245092 from home:glaubitz:branches:devel:languages:python
Markéta Machová2025-02-11 13:42:26 +00:00
87cf6f2705
Accepting request 1225919 from devel:languages:python
Ana Guerrero2024-11-24 10:04:24 +00:00
9995792f37
- Remove unneeded {Build,}Requires on hammett. - We only need rich for the testsuite. - We need toml for Python 3.10 only.
Steve Kowalik2024-11-23 01:17:49 +00:00
46ca745c59
Accepting request 1225562 from devel:languages:python
Ana Guerrero2024-11-21 14:19:23 +00:00
3d8a9acc6b
- update to 3.2.2: * Fixed crash when running mutmut results * Read paths_to_mutate from config file * Mutate break to return to avoid timeouts * Added debug mode. Enable with debug=True in setup.cfg under [mutmut] * Fixed new test detection. The old code incorrectly detected new tests when there were none, creating a much slower interaction loop for fixing mutants. * And many more fixes * Timeouts for mutants implemented. * Browser: syntax highlighting for diff view * More fixes for generators. * Fix for src-style layout of projects. * Fixed bug where mutmut would recollect all tests on every run, slowing down startup. * Correctly handle mutation for generator functions (yield). * Fixed so that from __future__ lines are always first. * If no stats are collected exit directly, as that is a breaking error for mutation testing. * Changed name mangling to make mutants less likely to trigger name-based python magic, like in pytest where functions named test_* have special meaning. * Another attempt to get the pypi package to work * Another attempt to get the pypi package to work * Fixed missing requirement in install package * Fixed missing file from the install package * Fixed bad entrypoint definition * Ignore files that can't be parsed by parso * Missed a file in distribution, so browse command was broken.
Dirk Mueller2024-11-21 10:12:29 +00:00
f8ef201a60
Accepting request 1157923 from devel:languages:python
Ana Guerrero2024-03-14 16:45:34 +00:00
6de7fb4225
- skip building for 3.12 - skip python 3.6 (hammett requires python 3.7 or later)
Dirk Mueller2024-03-14 10:03:01 +00:00
0fff3ec8f6
- Update to 1.6.0: * Various minor fixes around in the package - Remove merged patches pr_148.patch merged_4405bafe.patch - Rebase patch pr_134.patch - Add patch no-direct-python-call.patch to avoid direct calls to python binary
Tomáš Chvátal
2019-10-15 08:19:02 +00:00