add clean django-stubs folder, add some tests

This commit is contained in:
Maxim Kurnikov
2018-11-10 18:16:44 +03:00
parent 96cd3ddb27
commit a6580af216
16 changed files with 91 additions and 9 deletions

View File

@@ -13,6 +13,7 @@ TEST_DATA_DIR = ROOT_DIR / 'test' / 'test-data'
class DjangoTestSuite(DataSuite):
files = [
'check-model-fields.test',
'check-postgres-fields.test'
]
data_prefix = str(TEST_DATA_DIR)