Commit 93af519
committed
Release Pynguin 0.42.0
- Add Test Case & Test Suite Minimization and Crashing Test Minimization
- Add an error if module is not found (cf. GitHub Issue #95),
not imported (cf. GitHub Issue #104) or if a coroutine (`async`) was found
- Set `crash_path` to `output_path` by default for subprocess-execution
- Fix crash when creation of coverage report failed
- Fix crash when `report_dir` does not exist (cf. GitHub Issue #105)
- Add export of used requirements as `requirements.txt` to `output_path` for Docker
- Add a heuristic for deciding if subprocess-execution should be used1 parent 8ad2de8 commit 93af519
File tree
4 files changed
+14
-3
lines changed- docker
- src/pynguin
4 files changed
+14
-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 | + | |
14 | 25 | | |
15 | 26 | | |
16 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| 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