py$(PYV): commands[0]> python -We -m unittest discover tests --verbose test_no_return_deprecation (testextensions.DeprecationTests.test_no_return_deprecation) ... ok test_construction (testextensions.MypycNativeIntTests.test_construction) ... ok test_docstring (testextensions.MypycNativeIntTests.test_docstring) ... ok test_isinstance (testextensions.MypycNativeIntTests.test_isinstance) ... ok test_basics_iterable_syntax (testextensions.TypedDictTests.test_basics_iterable_syntax) ... ok test_basics_keywords_syntax (testextensions.TypedDictTests.test_basics_keywords_syntax) ... ok test_optional (testextensions.TypedDictTests.test_optional) ... ok test_pickle (testextensions.TypedDictTests.test_pickle) ... ok test_py36_class_syntax_usage (testextensions.TypedDictTests.test_py36_class_syntax_usage) ... skipped 'https://github.com/python/mypy_extensions/issues/65' test_py36_class_usage_emits_deprecations (testextensions.TypedDictTests.test_py36_class_usage_emits_deprecations) ... ok test_total (testextensions.TypedDictTests.test_total) ... ok test_typeddict_errors (testextensions.TypedDictTests.test_typeddict_errors) ... ok ---------------------------------------------------------------------- Ran 12 tests OK (skipped=1) py$(PYV): OK congratulations :)