pytest: remove deprecated with_app decorator functions

This commit is contained in:
shimizukawa
2017-01-06 01:14:47 +09:00
parent b3c207dd49
commit baaef9146d
38 changed files with 264 additions and 246 deletions

View File

@@ -11,10 +11,10 @@
import pickle
from util import with_app
import pytest
@with_app(buildername='coverage')
@pytest.mark.sphinx('coverage')
def test_build(app, status, warning):
app.builder.build_all()