Merge pull request #3751 from nicoddemus/collect-file-bug
Workaround for #3742
This commit is contained in:
@@ -1618,6 +1618,11 @@ class TestFixtureManagerParseFactories(object):
|
||||
reprec = testdir.inline_run()
|
||||
reprec.assertoutcome(passed=2)
|
||||
|
||||
def test_collect_custom_items(self, testdir):
|
||||
testdir.copy_example("fixtures/custom_item")
|
||||
result = testdir.runpytest("foo")
|
||||
result.stdout.fnmatch_lines("*passed*")
|
||||
|
||||
|
||||
class TestAutouseDiscovery(object):
|
||||
@pytest.fixture
|
||||
|
||||
Reference in New Issue
Block a user