Skip to content

Commit

Permalink
Skip test if RmdFileContentsManager can't be imported
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Jun 27, 2018
1 parent eb6f02a commit ca34007
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_contentsmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
import pytest


@pytest.mark.skipif(isinstance(RmdFileContentsManager, str),
reason=RmdFileContentsManager)
def test_create_contentsmanager():
RmdFileContentsManager()

Expand Down

0 comments on commit ca34007

Please sign in to comment.