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