Skip to content
Snippets Groups Projects
Commit 05771af5 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

fixe formatting

parent 98232047
Branches
Tags
1 merge request!57Speedup tests
...@@ -635,6 +635,7 @@ class ContributionE2ETestCase(TransactionTestCaseWithRequestsCache): ...@@ -635,6 +635,7 @@ class ContributionE2ETestCase(TransactionTestCaseWithRequestsCache):
f.write(response.content) f.write(response.content)
return f.name return f.name
class ContributionE2ETestCase02(ContributionE2ETestCase): class ContributionE2ETestCase02(ContributionE2ETestCase):
def test_entry(self): def test_entry(self):
self.actual_test_entry_file(entry_file="test_activity_computation_and_storage_pIC50_2380_002_e-9.yaml") 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): ...@@ -720,4 +721,4 @@ class CheckAllTestAreTested(SimpleTestCase):
# I had to remove the initial use of parametrized in order to run scenario in parallel # I had to remove the initial use of parametrized in order to run scenario in parallel
entry_file = entry_file.split('/')[-1] entry_file = entry_file.split('/')[-1]
with open(__file__, 'r') as src: with open(__file__, 'r') as src:
self.assertTrue(any([entry_file in line for line in src.readlines()]), entry_file+ " not tested") self.assertTrue(any([entry_file in line for line in src.readlines()]), entry_file + " not tested")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment