Editing Testcases

 

Overview

In the Editing Testcases notebook, .edit_testcases() method of harness is explained and used. When it is called after the generation of the testcases, it exports the testcases into a csv and allows the user to edit the testcases before running the tests. Then the user can import the edited testcases back into the harness object with .import_edited_testcases() and run the tests.

Open in Collab

Category Hub Task Open In Colab
Editing Testcases Hugging Face NER Open In Colab

Config Used

tests:
  defaults:
    min_pass_rate: 0.65
  robustness:
    lowercase:
      min_pass_rate: 0.66
    uppercase:
      min_pass_rate: 0.66
Last updated