testbook icon indicating copy to clipboard operation
testbook copied to clipboard

Add typechecking of testbook's source code

Open willingc opened this issue 4 years ago โ€ข 1 comments

Using mypy or pyre, add the ability to run a typecheck using tox.

willingc avatar May 20 '21 10:05 willingc

The tox.ini file contains commands with environment definitions that would be used to automate the typechecks in github actions. Development would likely flow from adding types, doing type check calls locally, and then adding the command and dependencies to the tox file.

MSeal avatar May 27 '21 22:05 MSeal