diff --git a/pommer/tests.py b/pommer/tests.py index cea1c2d..59f93c3 100644 --- a/pommer/tests.py +++ b/pommer/tests.py @@ -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