Skip to content

Commit

Permalink
Add how to run unit tests on README
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaoyang Xie committed Sep 29, 2022
1 parent 40619fe commit c535c53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ pip install -e .
```
The project was tested using Python 3.8.

## Unit tests
After activating the conda environment, simply run the code below:
`pytest -v tests`

## Datasets
All the public GEC datasets used in the paper can be downloaded from [here](https://www.cl.cam.ac.uk/research/nl/bea2019st/#data).<br>
Synthetically created datasets can be generated/downloaded [here](https://github.com/awasthiabhijeet/PIE/tree/master/errorify).<br>
Expand Down

0 comments on commit c535c53

Please sign in to comment.