mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
move new assertion helpers to util.py
This commit is contained in:
@@ -15,9 +15,9 @@ import re
|
||||
import gettext
|
||||
from subprocess import Popen, PIPE
|
||||
|
||||
from nose.tools import assert_true, assert_in, assert_equal
|
||||
from nose.tools import assert_true, assert_equal
|
||||
|
||||
from util import with_app, gen_with_app, SkipTest
|
||||
from util import with_app, gen_with_app, SkipTest, assert_in
|
||||
|
||||
|
||||
@gen_with_app('gettext', srcdir='root-gettext')
|
||||
|
Reference in New Issue
Block a user