Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Dec 7, 2023
1 parent 11612ad commit 52bb9ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os
import sys
from typing import List, Optional, Type
import uuid
from snakemake_interface_storage_plugins.tests import TestStorageBase
Expand Down Expand Up @@ -36,4 +37,5 @@ def get_example_args(self) -> List[str]:

def test_storage_not_existing_dbg(self, tmp_path):
obj = self._get_obj(tmp_path, self.get_query_not_existing(tmp_path))
assert not obj.blob.exists()
assert not obj.blob.exists()
print(list(obj.directory_entries()), file=sys.stderr)

0 comments on commit 52bb9ae

Please sign in to comment.