sphinx/tests/test_i18n.py

18 lines
259 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
"""
test_i18n
~~~~~~~~~
Test locale features.
:copyright: 2008 by Georg Brandl.
:license: BSD.
"""
from util import *
@with_app(confoverrides={'language': 'de'})
def test_i18n(app):
app.builder.build_all()