add basic test infrastructure

This commit is contained in:
Maxim Kurnikov
2018-11-10 16:56:38 +03:00
parent ab14ccbbc1
commit 1016ece491
4 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[case testBasicCheck]
from typing import Any
class A:
pass
class B(A):
pass
[out]