crackerjack 0.38.6__py3-none-any.whl → 0.38.8__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of crackerjack might be problematic. Click here for more details.
- crackerjack/core/workflow_orchestrator.py +5 -10
- crackerjack/orchestration/coverage_improvement.py +5 -2
- {crackerjack-0.38.6.dist-info → crackerjack-0.38.8.dist-info}/METADATA +2 -1
- {crackerjack-0.38.6.dist-info → crackerjack-0.38.8.dist-info}/RECORD +7 -7
- {crackerjack-0.38.6.dist-info → crackerjack-0.38.8.dist-info}/WHEEL +0 -0
- {crackerjack-0.38.6.dist-info → crackerjack-0.38.8.dist-info}/entry_points.txt +0 -0
- {crackerjack-0.38.6.dist-info → crackerjack-0.38.8.dist-info}/licenses/LICENSE +0 -0
|
@@ -1913,23 +1913,18 @@ class WorkflowPipeline:
|
|
|
1913
1913
|
)
|
|
1914
1914
|
|
|
1915
1915
|
if result["status"] == "completed":
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
f"tests created in {len(result.get('files_modified', []))} files"
|
|
1919
|
-
)
|
|
1916
|
+
# Coverage orchestrator already printed success message
|
|
1917
|
+
pass
|
|
1920
1918
|
elif result["status"] == "skipped":
|
|
1921
1919
|
self.console.print(
|
|
1922
1920
|
f"[dim]📈 Coverage improvement skipped: {result.get('reason', 'Unknown')}[/dim]"
|
|
1923
1921
|
)
|
|
1924
1922
|
else:
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
)
|
|
1923
|
+
# Coverage orchestrator already printed failure message
|
|
1924
|
+
pass
|
|
1928
1925
|
|
|
1929
1926
|
except Exception as e:
|
|
1930
|
-
|
|
1931
|
-
f"[yellow]⚠️[/yellow] Coverage improvement failed: {str(e)}"
|
|
1932
|
-
)
|
|
1927
|
+
# Coverage orchestrator handles error display, only log for internal tracking
|
|
1933
1928
|
self.logger.warning(f"Coverage improvement error: {e}")
|
|
1934
1929
|
|
|
1935
1930
|
async def _execute_standard_hooks_workflow_monitored(
|
|
@@ -123,10 +123,13 @@ class CoverageImprovementOrchestrator:
|
|
|
123
123
|
f"tests created in {len(fix_result.files_modified)} files"
|
|
124
124
|
)
|
|
125
125
|
else:
|
|
126
|
-
|
|
126
|
+
# Log at debug level rather than warning since this is normal behavior
|
|
127
|
+
self.logger.debug(
|
|
128
|
+
"Test creation for coverage improvement was not successful"
|
|
129
|
+
)
|
|
127
130
|
if self.console:
|
|
128
131
|
self.console.print(
|
|
129
|
-
"[
|
|
132
|
+
"[dim]📈 Coverage improvement: no new tests created[/dim]"
|
|
130
133
|
)
|
|
131
134
|
|
|
132
135
|
def _create_error_result(self, error: Exception) -> dict[str, t.Any]:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: crackerjack
|
|
3
|
-
Version: 0.38.
|
|
3
|
+
Version: 0.38.8
|
|
4
4
|
Summary: Crackerjack Python project management tool
|
|
5
5
|
Project-URL: documentation, https://github.com/lesleslie/crackerjack
|
|
6
6
|
Project-URL: homepage, https://github.com/lesleslie/crackerjack
|
|
@@ -48,6 +48,7 @@ Requires-Dist: refurb>=2.1
|
|
|
48
48
|
Requires-Dist: rich>=14.1
|
|
49
49
|
Requires-Dist: ruff>=0.12.9
|
|
50
50
|
Requires-Dist: scipy>=1.14.0
|
|
51
|
+
Requires-Dist: session-mgmt-mcp>=0.3.11
|
|
51
52
|
Requires-Dist: skylos>=2.1.2
|
|
52
53
|
Requires-Dist: structlog>=24.4
|
|
53
54
|
Requires-Dist: textual>=0.89
|
|
@@ -55,7 +55,7 @@ crackerjack/core/service_watchdog.py,sha256=Ttj1imOxvUea4Tkf5JO1e2dQtGIK7D-bX1xO
|
|
|
55
55
|
crackerjack/core/session_coordinator.py,sha256=TgoGE9DfXe2x-OkH93Ld9dX9ROjx2_mZFkGXen-z5YI,15680
|
|
56
56
|
crackerjack/core/timeout_manager.py,sha256=_sbEsfYDwWx7y0Pn89QCoAZ5DpWIbCdtR9qkG_Kqj5E,15013
|
|
57
57
|
crackerjack/core/websocket_lifecycle.py,sha256=74kn6ugu6FLlDQhCNSPgqguCFwRoT1WFOvtl8G2OyFc,12860
|
|
58
|
-
crackerjack/core/workflow_orchestrator.py,sha256=
|
|
58
|
+
crackerjack/core/workflow_orchestrator.py,sha256=DO6ykuAOUifY7CIF_ZAvLWm8WqoDBy0P34bjH2-umiw,78154
|
|
59
59
|
crackerjack/docs/INDEX.md,sha256=a6CGFEeL5DX_FRft_JFWd0nOxoBmCSSp-QHIC3B7ato,342
|
|
60
60
|
crackerjack/docs/generated/api/API_REFERENCE.md,sha256=mWoqImZA7AhDvRqqF1MhUo70g_pnZr3NoBeZQRotqN8,155816
|
|
61
61
|
crackerjack/docs/generated/api/CLI_REFERENCE.md,sha256=ikuG0hO5EjIiQlJtAUnvEuAhXDa-JHPULPXNNmUwvk4,2805
|
|
@@ -141,7 +141,7 @@ crackerjack/monitoring/regression_prevention.py,sha256=hV7jwKBXjS9gBVbqHTGEr9Bxt
|
|
|
141
141
|
crackerjack/monitoring/websocket_server.py,sha256=tmCYh5Qp58iicS_txj5OTdmt3I85M5bAGONeyrv0-EQ,24965
|
|
142
142
|
crackerjack/orchestration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
143
143
|
crackerjack/orchestration/advanced_orchestrator.py,sha256=RFvyJuUrL2-Vrii4XPX1NNtF-tcBWbbnyokqSe6sxmQ,34000
|
|
144
|
-
crackerjack/orchestration/coverage_improvement.py,sha256=
|
|
144
|
+
crackerjack/orchestration/coverage_improvement.py,sha256=XUTUcgub0nP3vvQ8Ud5SmCYKgulEe8SAY65jbcFQzdw,6869
|
|
145
145
|
crackerjack/orchestration/execution_strategies.py,sha256=M3hplgaCULMwE9TiqP9rWvivnrqdSR6DJTzY_rvueww,12482
|
|
146
146
|
crackerjack/orchestration/test_progress_streamer.py,sha256=Yu6uHuhoCvX6SZP0QNG3Yt8Q4s2tufEHr40o16QU98c,22541
|
|
147
147
|
crackerjack/plugins/__init__.py,sha256=B7hy9b9amJVbYLHgIz8kgTI29j-vYxsUY_sZ5ISbXU0,386
|
|
@@ -225,8 +225,8 @@ crackerjack/tools/validate_input_validator_patterns.py,sha256=NN7smYlXWrHLQXTb-8
|
|
|
225
225
|
crackerjack/tools/validate_regex_patterns.py,sha256=J7GG9EP1fASpRIsG8qRPeiCSkdCwmk0sdo29GgoJ6w8,5863
|
|
226
226
|
crackerjack/ui/__init__.py,sha256=eMb1OeTU-dSLICAACn0YdYB4Amdr8wHckjKfn0wOIZE,37
|
|
227
227
|
crackerjack/ui/server_panels.py,sha256=F5IH6SNN06BaZQMsFx_D-OA286aojmaFPJ5kvvSRv_c,4232
|
|
228
|
-
crackerjack-0.38.
|
|
229
|
-
crackerjack-0.38.
|
|
230
|
-
crackerjack-0.38.
|
|
231
|
-
crackerjack-0.38.
|
|
232
|
-
crackerjack-0.38.
|
|
228
|
+
crackerjack-0.38.8.dist-info/METADATA,sha256=MyUemSkqeEGNlTbfXGE6m0Lh8NfTC0MJro7Z6bYL-J0,38122
|
|
229
|
+
crackerjack-0.38.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
230
|
+
crackerjack-0.38.8.dist-info/entry_points.txt,sha256=AJKNft0WXm9xoGUJ3Trl-iXHOWxRAYbagQiza3AILr4,57
|
|
231
|
+
crackerjack-0.38.8.dist-info/licenses/LICENSE,sha256=fDt371P6_6sCu7RyqiZH_AhT1LdN3sN1zjBtqEhDYCk,1531
|
|
232
|
+
crackerjack-0.38.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|