This commit is contained in:
Markus Unterwaditzer 2016-09-27 21:42:29 +02:00
parent eb5e112293
commit ce8e027346

View file

@ -1,9 +1,9 @@
# encoding: utf-8
import pytest
from textwrap import dedent
import pytest
@pytest.mark.parametrize('collection', [None, "foocoll"])
def test_full(tmpdir, runner, collection):