mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
pytest: remove deprecated with_app decorator functions
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user