From 05771af5e8d68632c28ce12eed1bb448c021fd8e Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Mon, 6 Nov 2023 15:36:42 +0100 Subject: [PATCH] fixe formatting --- ippisite/ippidb/tests/tests_contribute_e2e.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ippisite/ippidb/tests/tests_contribute_e2e.py b/ippisite/ippidb/tests/tests_contribute_e2e.py index 56277182..7bc683d4 100644 --- a/ippisite/ippidb/tests/tests_contribute_e2e.py +++ b/ippisite/ippidb/tests/tests_contribute_e2e.py @@ -635,6 +635,7 @@ class ContributionE2ETestCase(TransactionTestCaseWithRequestsCache): f.write(response.content) return f.name + class ContributionE2ETestCase02(ContributionE2ETestCase): def test_entry(self): self.actual_test_entry_file(entry_file="test_activity_computation_and_storage_pIC50_2380_002_e-9.yaml") @@ -720,4 +721,4 @@ class CheckAllTestAreTested(SimpleTestCase): # I had to remove the initial use of parametrized in order to run scenario in parallel entry_file = entry_file.split('/')[-1] with open(__file__, 'r') as src: - self.assertTrue(any([entry_file in line for line in src.readlines()]), entry_file+ " not tested") \ No newline at end of file + self.assertTrue(any([entry_file in line for line in src.readlines()]), entry_file + " not tested") -- GitLab