Skip to content

Commit

Permalink
Remove print in test
Browse files Browse the repository at this point in the history
  • Loading branch information
cjauvin committed Jan 29, 2021
1 parent 951cd8f commit 86f3b08
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/test_testdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

import xarray

from ravenpy.utilities.testdata import _default_cache_dir, get_file, open_dataset, query_folder
from ravenpy.utilities.testdata import (
_default_cache_dir,
get_file,
open_dataset,
query_folder,
)


class TestRemoteFileAccess:
Expand Down Expand Up @@ -76,7 +81,6 @@ class TestQueryFolder:

def test_query_specific_folder(self):
folder = query_folder(folder="raven-gr4j-cemaneige", branch=self.branch)
print(folder)
assert len(folder) == 8

def test_query_folder_patterns(self):
Expand Down

0 comments on commit 86f3b08

Please sign in to comment.