Add script to run monkeytype typing on test suite (#14440)

* The monkeytype script takes an optional argument to specify a test
  module or directory to run. Otherwise the whole test suite will run.
* Add monkeytype sqlite db to gitignore.
This commit is contained in:
Martin Hjelmare
2018-06-21 15:06:05 +02:00
committed by GitHub
parent 8c2f0e3b30
commit 4048ad36a8
2 changed files with 28 additions and 0 deletions

3
.gitignore vendored
View File

@@ -107,3 +107,6 @@ desktop.ini
# Secrets
.lokalise_token
# monkeytype
monkeytype.sqlite3