-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Breaking: Restructure the code Most of the code related to the generation algorithms has been moved. The code now resides in the `ga' package, where it fits much better. All accompanying modules have also been moved to different places. This might cause breakage if you have developed extensions for Pynguin that rely on the structure of the modules. - Update the `bytecode' [1] library to its latest version. Necessary to include a fix for a regression in that library, which was pointed out to us in GitHub issue #42 (unfortunately not fixed by the library upgrade). - Adjust the header of generated test files; we now refer to Pynguin's website [2]. - Extend the usage of the `ruff' [3] tool for code analysis. [1] https://github.com/MatthieuDartiailh/bytecode [2] https://www.pynguin.eu [3] https://beta.ruff.rs/docs/
- Loading branch information
1 parent
78afbc4
commit ba48b0c
Showing
4 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
[tool.poetry] | ||
name = "pynguin" | ||
version = "0.32.0.dev" | ||
version = "0.32.0" | ||
description = "Pynguin is a tool for automated unit test generation for Python" | ||
authors = ["Stephan Lukasczyk <[email protected]>"] | ||
license = "MIT" | ||
|
This file contains 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