Remove the temporary hack caused by the bytecode library#122
Merged
stephanlukasczyk merged 1 commit intoOct 28, 2025
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #122 +/- ##
=======================================
Coverage 93.59% 93.59%
=======================================
Files 282 282
Lines 35140 35138 -2
Branches 2989 2989
=======================================
Hits 32889 32889
+ Misses 1671 1669 -2
Partials 580 580
🚀 New features to boost your workflow:
|
BergLucas
pushed a commit
to BergLucas/pynguin
that referenced
this pull request
Nov 20, 2025
- Remove unnecessary log messages in case of test execution timeouts (cf. GitHub PR se2p#113) - Remove unused exceptions, classes, and arguments (cf. GitHub PR se2p#114) - Conditional coverage (cf. GitHub PR se2p#115, se2p#121) - Prevent destructors from being explicitly called during test generation (cf. GitHub PR se2p#117) - Add support for Python3.14 (cf. GitHub PR se2p#120) - Remove the temporary hack caused by the `bytecode` library (cf. GitHub PR se2p#122) - Handle `InvalidInput` when formatting module with `black` (cf. GitHub PR se2p#124) - Fix configuration write (cf. GitHub PR se2p#125) - Fix "tracing aborted" in coverage report (cf. GitHub PR se2p#126) - Add local search (fix bugs in cf. GitHub PR se2p#127) - Fix reload module (cf. GitHub PR se2p#128) - Fix deprecated typing (cf. GitHub PR se2p#129) - Add master-worker architecture (cf. GitHub PR se2p#130) - Add execution recorder (cf. GitHub PR se2p#132) - Add faker and fandango string generation - Enhance `TypeTracing` for string subtypes - Fix `TypeError` with `NoneType` (cf. GitHub Issue se2p#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 parameters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
Since the PR MatthieuDartiailh/bytecode#170 was deployed in version 0.17.0 of the bytecode library, we can remove the hack that we did to fix the issue.