diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-07-14 01:45:55 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-07-14 01:45:55 +0900 |
commit | 5492b9ebc7416c8f107ac598c840c411e2380811 (patch) | |
tree | 24d46039f459fcb6ef4672a9d937bbdb43828d8e | |
parent | b95f450452976de371fabea6d93859acecb37f38 (diff) | |
download | sphinx-git-5492b9ebc7416c8f107ac598c840c411e2380811.tar.gz |
Optimize tests: Remove test_i18n (duplicated with test_intl)
-rw-r--r-- | tests/test_i18n.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/test_i18n.py b/tests/test_i18n.py deleted file mode 100644 index fcb35fc42..000000000 --- a/tests/test_i18n.py +++ /dev/null @@ -1,17 +0,0 @@ -# -*- coding: utf-8 -*- -""" - test_i18n - ~~~~~~~~~ - - Test locale features. - - :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" - -from util import with_app - - -@with_app(confoverrides={'language': 'de'}) -def test_i18n(app, status, warning): - app.builder.build_all() |