1
0
forked from pool/python-mutmut
Commit Graph

14 Commits

Author SHA256 Message Date
Ana Guerrero
73df113068 Accepting request 1157923 from devel:languages:python
- skip building for 3.12

- skip python 3.6 (hammett requires python 3.7 or later)

OBS-URL: https://build.opensuse.org/request/show/1157923
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mutmut?expand=0&rev=6
2024-03-14 16:45:34 +00:00
84fc5f12b4 - skip building for 3.12
- skip python 3.6 (hammett requires python 3.7 or later)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mutmut?expand=0&rev=13
2024-03-14 10:03:01 +00:00
Dominique Leuenberger
2bbd0939cf Accepting request 964657 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/964657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mutmut?expand=0&rev=5
2022-03-24 21:58:29 +00:00
77314bbb97 Accepting request 964628 from home:pgajdos:python
- python-mock is not required for build

OBS-URL: https://build.opensuse.org/request/show/964628
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mutmut?expand=0&rev=11
2022-03-24 12:33:15 +00:00
Dominique Leuenberger
c4e1345a9e Accepting request 868660 from devel:languages:python
- skip python 3.6 (hammett requires python 3.7 or later)

OBS-URL: https://build.opensuse.org/request/show/868660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mutmut?expand=0&rev=4
2021-02-08 10:47:16 +00:00
5f7780e5ff - skip python 3.6 (hammett requires python 3.7 or later)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mutmut?expand=0&rev=9
2021-02-02 13:29:58 +00:00
Yuchen Lin
3382d57b1a Accepting request 808669 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/808669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mutmut?expand=0&rev=3
2020-05-26 15:22:40 +00:00
Tomáš Chvátal
94a7318edc Accepting request 808652 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/808652
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mutmut?expand=0&rev=7
2020-05-25 09:21:10 +00:00
Dominique Leuenberger
ab66da826e Accepting request 789963 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/789963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mutmut?expand=0&rev=2
2020-03-31 15:15:27 +00:00
Tomáš Chvátal
e155afa4c7 Accepting request 789811 from home:pgajdos:python
- version update to 2.0.0
  * New execution model. This should result in some modest speed improvements when using pytest.
  * A special execution mode when using the hammett test runner. This is MUCH MUCH faster. Please try it!
  * Dropped support for python < 3.7. If you need to use mutmut on older versions of python, please use mutmut 1.9.0
  * Some other speed improvements.
  * `mutmut run 7` will always rerun the mutant `7`
  * `mutmut show <filename>` to show all mutants for that file
  * `mutmut run <filename>` to run mutation testing on that file
  * New experimental plugin system: create a file `mutmut_config.py` in your base directory. In it you can have an `init()` function, and a `pre_mutation(context)` function. You can set `context.skip = True` to skip a mutant, and you can modify `context.config.runner`, this is useful to limit the tests. Check out the `Context` class for what information you get.
  * Better display of `mutmut show`/`mutmut result`
  * Fixed a spurious mutant on assigning a local variable with type annotations
  * mutmut now will rerun tests without mutation when tests have changed. This avoids a common pitfall of introducing a failing test and then having all mutants killed incorrectly
  * Added `mutmut html` report generation.
  * Bugfix for multiple assignment. Mutmut used to not handle `foo = bar = baz` correctly (Thanks Roxane Bellot!)
  * Bugfix for incorrect mutation of "in" operator (Thanks Roxane Bellot!)
  * Fixed bug where a mutant survived in the internal AST too long. This could cause mutmut to apply more than one mutant at a time.
  * Vastly improved startup performance when resuming a mutation run.
  * Added new experimental feature for advanced config at runtime of mutations
- modified patches
  % pr_134.patch (extended)
- deleted patches
  - no-direct-python-call.patch (merged to pr_134.patch)

OBS-URL: https://build.opensuse.org/request/show/789811
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mutmut?expand=0&rev=5
2020-03-31 06:24:04 +00:00
Dominique Leuenberger
d8d95ff412 Accepting request 738549 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/738549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mutmut?expand=0&rev=1
2019-10-16 07:17:58 +00:00
Tomáš Chvátal
bed5e7ccf2 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mutmut?expand=0&rev=3
2019-10-15 08:19:02 +00:00
Tomáš Chvátal
3fd620780d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mutmut?expand=0&rev=2 2019-10-14 10:31:11 +00:00
Tomáš Chvátal
d2149eee40 Accepting request 728151 from home:jayvdb:py-tri
Independent testing tool, with pytest plugin

OBS-URL: https://build.opensuse.org/request/show/728151
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mutmut?expand=0&rev=1
2019-09-09 07:15:10 +00:00