TypeCobolTeam / TypeCobol

TypeCobol is an Incremental Cobol parser for IBM Enterprise Cobol 6 for zOS syntax. TypeCobol is also an extension of Cobol 85 language which can then be converted to Cobol85.
Other
78 stars 26 forks source link

Tooling: new tests for refactorings #2650

Closed fm-117 closed 3 weeks ago

fm-117 commented 2 months ago

LSR testing is cumbersome and refactoring needs more tests as it is complex to create edits on COBOL source. The goal of this issue is to design and implement a new kind of tests specifically for our COBOL refactorings.

Ideas:

Workflow of a test:

Technical considerations: