Add tests for handler

This commit is contained in:
Alex Root Junior 2019-11-24 00:17:21 +02:00
parent 8e3867fbd7
commit caa7eeab41
5 changed files with 179 additions and 0 deletions

View file

@ -1,2 +1,5 @@
[mypy]
ignore_missing_imports = True
show_error_context = True
show_error_codes = True
pretty = True