We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f464d commit d81f18eCopy full SHA for d81f18e
tests/base.py
@@ -40,12 +40,12 @@ def setup_database(self) -> None:
40
connection.autocommit = True
41
self.cursor = connection.cursor()
42
for file_name in [
43
- '0_extensions',
44
- '1_structure',
45
- '2_data_model',
46
- '3_data_web',
47
- '4_data_type',
48
- 'data_test']:
+ '0_extensions',
+ '1_structure',
+ '2_data_model',
+ '3_data_web',
+ '4_data_type',
+ 'data_test']:
49
with open(
50
Path(app.root_path).parent / 'install' /
51
f'{file_name}.sql', encoding='utf8') as sql_file:
0 commit comments