Skip to content
Snippets Groups Projects

Add view tests

Merged Benjamin Hättasch requested to merge meta-tests into main
2 files
+ 7
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
2
@@ -16,10 +16,11 @@ DATABASES = {
@@ -16,10 +16,11 @@ DATABASES = {
'PASSWORD': 'mysql',
'PASSWORD': 'mysql',
'OPTIONS': {
'OPTIONS': {
'init_command': "SET sql_mode='STRICT_TRANS_TABLES'",
'init_command': "SET sql_mode='STRICT_TRANS_TABLES'",
'charset': "utf8mb4",
},
},
'TEST': {
'TEST': {
'NAME': 'test',
'NAME': 'tests',
 
'CHARSET': "utf8mb4",
 
'COLLATION': 'utf8mb4_unicode_ci',
},
},
}
}
}
}
Loading