Skip to content

Test cases for automated generation of repair model #12

@ndangtt

Description

@ndangtt

conjure parameter-generator problem.essence will generate two files:

  • generator model
  • repair model

Since we want to allow users to provide their own generator model (rather than the one created by conjure), we want conjure to have a functionality that does:
conjure repair-generator generator.essence
This will create a repair.essence model accordingly.

To create test cases for this functionality, we can have a set of problem.essence models, for each one, we run:
conjure parameter-generator problem.essence
and get back a pair of (generator.essence, repair.essence)

  1. We can write a test script to compare repair.essence with the output of conjure repair-generator generator.essence.

  2. We want to have a number of test cases, ranging from simple (with only a few parameters) to complicated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions