Commit a000839
committed
Release Pynguin 0.44.0
- Remove unnecessary log messages in case of test execution timeouts (cf. GitHub PR #113)
- Remove unused exceptions, classes, and arguments (cf. GitHub PR #114)
- Conditional coverage (cf. GitHub PR #115, #121)
- Prevent destructors from being explicitly called during test generation (cf. GitHub PR #117)
- Add support for Python3.14 (cf. GitHub PR #120)
- Remove the temporary hack caused by the `bytecode` library (cf. GitHub PR #122)
- Handle `InvalidInput` when formatting module with `black` (cf. GitHub PR #124)
- Fix configuration write (cf. GitHub PR #125)
- Fix "tracing aborted" in coverage report (cf. GitHub PR #126)
- Add local search (fix bugs in cf. GitHub PR #127)
- Fix reload module (cf. GitHub PR #128)
- Fix deprecated typing (cf. GitHub PR #129)
- Add master-worker architecture (cf. GitHub PR #130)
- Add execution recorder (cf. GitHub PR #132)
- Add faker and fandango string generation
- Enhance `TypeTracing` for string subtypes
- Fix `TypeError` with `NoneType` (cf. GitHub Issue #53)
- Add test suite/case minimization with multiple fitness functions
- Add LLM type inference
- Adjust optional dependencies to use `--extras` instead of `--with`
- Add `Executed` and `CrashRevealingSize` runtime variables
- Add before-execution execution recorder
- Improve LLM assertion parsing
- Replace `isort` with `ruff-format`
- Improve DynaMOSA parameters1 parent 3e8a157 commit a000839
File tree
4 files changed
+31
-3
lines changed- docker
- src/pynguin
4 files changed
+31
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
14 | 42 | | |
15 | 43 | | |
16 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
0 commit comments