neopragma / cobol-unit-test

Unit testing framework and sample code for batch Cobol programs.
GNU General Public License v3.0
117 stars 36 forks source link

Sample tests are confusing #76

Closed neopragma closed 9 years ago

neopragma commented 9 years ago

Some unit test files contain extraneous tests that aren't part of the example. Some tests are meant to fail for illustrative purposes, but this is unclear based on the test case descriptions and comments.

neopragma commented 9 years ago

Closed with commit bb8673c.