python -m pip install -e ./package[dev]
python -m pip install ./package
python -m pip install build
python -m build package
First download the test data, for example with the Kaggle API:
kaggle competitions download -c commonlit-evaluate-student-summaries
Unzip the data and place it in a directory called data
at the top level of the repo. Then run:
pytest package