JelleZijlstra / autotyping

Automatically add simple type annotations to your code
222 stars 19 forks source link

Set up a test suite #3

Closed JelleZijlstra closed 3 years ago

JelleZijlstra commented 3 years ago

Before we do anything too fancy, let's set up tests to make sure the thing keeps working. There are guidelines for tests in https://libcst.readthedocs.io/en/latest/codemods_tutorial.html#testing-codemods.