summaryrefslogtreecommitdiff
path: root/tests/test_intl.py
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2017-01-03 22:24:00 +0900
committershimizukawa <shimizukawa@gmail.com>2017-01-04 00:59:30 +0900
commit5b7d237db380a75c27137fb37f0396f4a3dc3ecd (patch)
treef309a2fd9356e185d55b4937afb515c394066f35 /tests/test_intl.py
parent54c8c012228559c3bf30011977984a60a9299e9b (diff)
downloadsphinx-git-5b7d237db380a75c27137fb37f0396f4a3dc3ecd.tar.gz
pytest migration
Diffstat (limited to 'tests/test_intl.py')
-rw-r--r--tests/test_intl.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_intl.py b/tests/test_intl.py
index 21d6f763b..f92f44cf4 100644
--- a/tests/test_intl.py
+++ b/tests/test_intl.py
@@ -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'