Skip to content

Commit db043b3

Browse files
author
d.kovalenko
committed
[test] formatting [flake8]
1 parent f3d80a7 commit db043b3

File tree

1 file changed

+5
-5
lines changed
  • tests/implementation/v00/configuration_std/Objects/PostgresConfigurationReader_Base/LoadConfigurationFile

1 file changed

+5
-5
lines changed

tests/implementation/v00/configuration_std/Objects/PostgresConfigurationReader_Base/LoadConfigurationFile/test_set001__common.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test_001__comment_and_options(self, request: pytest.FixtureRequest):
8282
f.write("\n") # 2
8383
f.write("listen_addresses='*' #addresses\n") # 3
8484
f.write("\n") # 4
85-
f.flush()
85+
f.flush()
8686
# fmt: on
8787

8888
fd = f.fileno()
@@ -167,7 +167,7 @@ def test_002__two_files(self, request: pytest.FixtureRequest):
167167
with open(filePath1, "x") as f:
168168
# fmt: off
169169
f.write("include 'postgresql.biha.conf'\n")
170-
f.flush()
170+
f.flush()
171171
# fmt: on
172172

173173
fd = f.fileno()
@@ -184,7 +184,7 @@ def test_002__two_files(self, request: pytest.FixtureRequest):
184184
with open(filePath2, "x") as f:
185185
# fmt: off
186186
f.write("port 123\n")
187-
f.flush()
187+
f.flush()
188188
# fmt: on
189189

190190
fd = f.fileno()
@@ -232,7 +232,7 @@ def test_003__two_files__duplication_and_cycles(
232232
# fmt: off
233233
f.write("include '{0}'\n".format(C_FILE_NAME2))
234234
f.write("include '{0}'\n".format(C_FILE_NAME2))
235-
f.flush()
235+
f.flush()
236236
# fmt: on
237237

238238
fd = f.fileno()
@@ -251,7 +251,7 @@ def test_003__two_files__duplication_and_cycles(
251251
f.write("include '{0}'\n".format(C_FILE_NAME1))
252252
f.write("include '{0}'\n".format(C_FILE_NAME2))
253253
f.write("port 123\n")
254-
f.flush()
254+
f.flush()
255255
# fmt: on
256256

257257
fd = f.fileno()

0 commit comments

Comments
 (0)