openmainframeproject / cobol-check

A testing framework for Cobol applications
Apache License 2.0
78 stars 28 forks source link

Add duplication check for test suites and test cases #284

Closed literalEval closed 1 year ago

literalEval commented 1 year ago

Fixes: #217

This PR enforces a check on Test Suite names and Test Case names so that no two Test Suites can have the same name, and the same for two test cases in the same suite. Also created the respective exception for both the cases.

literalEval commented 1 year ago

@dakaa16 @Rune-Christensen please review. Thanks.

literalEval commented 1 year ago

Opening another PR with signed commit.