Skip to content

Conversation

eerkunt
Copy link
Member

@eerkunt eerkunt commented Jul 17, 2025

No description provided.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Test Fails Due to Hardcoded Path

The subprocess.run() call in test_junit_xml_skip_fix.py uses a hardcoded personal path /Users/eerkunt/repos/cli for its cwd argument. This developer-specific path will cause the test to fail on other systems and should not be committed.

tests/test_junit_xml_skip_fix.py#L87-L88

try:
result = subprocess.run(cmd, capture_output=True, text=True, cwd="/Users/eerkunt/repos/cli")

Fix in CursorFix in Web


Bug: Radish Extensions Not Registered

The setup_radish_extensions() function is called and its return value (a list of Radish extensions, including FixedJUnitXMLWriter) is stored in the extensions variable. This variable is never used, preventing the extensions from being registered with Radish and rendering the intended JUnit XML fix non-functional.

terraform_compliance/main.py#L165-L167

# Before running radish, setup our extensions
extensions = setup_radish_extensions()

Fix in CursorFix in Web


BugBot free trial expires on July 24, 2025
Learn more in the Cursor dashboard.

Was this report helpful? Give feedback by reacting with 👍 or 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants