mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 16:27:09 +08:00
add basic test infrastructure
This commit is contained in:
9
test/test-data/basic-check.test
Normal file
9
test/test-data/basic-check.test
Normal file
@@ -0,0 +1,9 @@
|
||||
[case testBasicCheck]
|
||||
from typing import Any
|
||||
|
||||
class A:
|
||||
pass
|
||||
|
||||
class B(A):
|
||||
pass
|
||||
[out]
|
||||
Reference in New Issue
Block a user