mypy-django icon indicating copy to clipboard operation
mypy-django copied to clipboard

Add integration tests to the project with Travis CI

Open w0rp opened this issue 8 years ago • 0 comments

In order to develop any project, automated testing is essential. I reckon the type stubs can be tested by creating a directory with example files, and by testing the output of mypy after running mypy on those files. We can then ensure that certain symbols are stubbed, that certain types are inferred, etc.

w0rp avatar Jun 08 '17 10:06 w0rp