We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 656fb40 commit 1c4175eCopy full SHA for 1c4175e
tests/test_storage.py
@@ -20,3 +20,6 @@ def test_get_url(self, storage):
20
21
def test_delete(self, storage):
22
assert storage.delete('firebase-test-001/uploaded-file.txt', None) is None
23
+
24
+ def test_list_of_files(self, storage):
25
+ assert storage.list_files()
0 commit comments