Skip to content

icfp/icfp-2021

Repository files navigation

icfp-2021

ICFP 2021

Setting up your environment

make setup

Test

To run tests:

poetry run pytest

or

make test

Before checkin

make pr