Skip to content
Snippets Groups Projects
Commit 249d1625 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Make yapf

parent 2282e057
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@ from km3net_testdata import data_path, latest, LATEST_VERSIONS
class TestDataPath(unittest.TestCase):
def test_access(self):
assert data_path("online/km3net_online.root").endswith("km3net_online.root")
assert data_path("online/km3net_online.root").endswith(
"km3net_online.root")
def test_accessing_nonexistent_files(self):
with self.assertRaises(RuntimeError):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment