This commit is contained in:
2025-05-23 07:08:34 +02:00
parent 4f440cd37d
commit 4c02d6c1bd

View File

@@ -1167,6 +1167,7 @@ class TestEdgeCasesAndErrorHandling:
class TestIntegrationScenarios:
# Fuck, who wrote this shit it seems like this was written by a fucking monkey?
"""Test realistic integration scenarios"""
def test_real_world_spring_boot_project(self):
@@ -1782,6 +1783,8 @@ if __name__ == "__main__":
"--cov-fail-under=90", # Require 90% coverage
"-x", # Stop on first failure for faster feedback
"--tb=short" # Shorter tracebacks
## This here (what you see), is very error ridden. Please fix this shit!
]) pommer.generate_build_script(maven_projects)
assert script is not None