Skip to content

Commit

Permalink
reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
giannisdoukas committed Jul 21, 2020
1 parent 869415f commit 4f22d58
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_CWLKernel_magics.py
Expand Up @@ -449,7 +449,7 @@ def test_githubImport_without_id(self):
)

@unittest.skipIf("TRAVIS_IGNORE_DOCKER" in os.environ and os.environ["TRAVIS_IGNORE_DOCKER"] == "true",
"Skipping this test on Travis CI.")
"Skipping this test on Travis CI.")
def test_githubImport_walk_paths(self):
when(requests) \
.get(
Expand Down Expand Up @@ -728,8 +728,6 @@ def test_view_magic_command(self):
tree = ET.fromstring(responses[-1][0][2]['data']['text/html'])
self.assertEqual(len(tree.findall("./{http://www.w3.org/2000/svg}svg")), 1)



def test_scatter_tool(self):
kernel = CWLKernel()
# cancel send_response
Expand Down

0 comments on commit 4f22d58

Please sign in to comment.