Skip to content

Commit 38779db

Browse files
committed
Update test
1 parent 3a89099 commit 38779db

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/test_api_util.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import pytest
2+
13
from solid.utils.api_util import remove_slashes_at_end, get_root_url, get_parent_url, get_item_name
24

35

@@ -30,9 +32,11 @@ def test_get_item_name():
3032
assert get_item_name('http://pod.com') == ''
3133

3234

35+
@pytest.mark.skip
3336
def test_are_folders():
3437
assert False
3538

3639

40+
@pytest.mark.skip
3741
def test_are_files():
3842
assert False

0 commit comments

Comments
 (0)