lcompilers / lpython

Python compiler
https://lpython.org/
Other
1.37k stars 157 forks source link

Removed error banner from tests (#2631) #2640

Closed NishantBansal2003 closed 3 months ago

NishantBansal2003 commented 3 months ago

Description: This pull request addresses Issue #2631, which concerns the removal of the error banner from tests. The issue has been resolved by introducing the --no-error-banner flag in the extra_args parameter of the run_test function. This flag effectively disables the display of unwanted text during test execution.

Changes Made:

Testing: I've tested these changes locally to ensure that the error banner is properly disabled during test execution. All existing tests continue to pass without any issues.