Skip to content

Add a test case to an existing test suite #644

@dmcassel

Description

@dmcassel

The mlGenerateUnitTestSuite task will create a new test suite, but if you give it the name of an existing suite it will overwrite the setup and teardown modules. Allow generation of a new test case. This could be done a couple ways:

  1. Modify mlGenerateUnitTestSuite so that if the test suite already exists, it creates the new test case and skips all the setup/teardown.
  2. Create a new task for generating only test cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions