Produce a dashboard website after running tests (#152)

This commit is contained in:
2022-04-10 10:40:39 +02:00
committed by GitHub
parent 3083aeeb24
commit edf3e5904b
10 changed files with 653 additions and 94 deletions

View File

@ -12,6 +12,9 @@ disallow_untyped_defs = False
[mypy-irctest.client_tests.*]
disallow_untyped_defs = False
[mypy-defusedxml.*]
ignore_missing_imports = True
[mypy-ecdsa]
ignore_missing_imports = True