mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
pytest migration
This commit is contained in:
@@ -18,12 +18,11 @@ from docutils import nodes
|
||||
from subprocess import Popen, PIPE
|
||||
|
||||
from babel.messages import pofile
|
||||
from nose.tools import assert_equal
|
||||
from six import string_types
|
||||
|
||||
from util import tempdir, rootdir, path, gen_with_app, with_app, SkipTest, \
|
||||
assert_re_search, assert_not_re_search, assert_in, assert_not_in, \
|
||||
assert_startswith, assert_node, repr_as, etree_parse
|
||||
assert_startswith, assert_node, repr_as, etree_parse, assert_equal
|
||||
|
||||
|
||||
root = tempdir / 'test-intl'
|
||||
|
||||
Reference in New Issue
Block a user