forked from github/pelican
Remove unused modules/variables from tests
This commit is contained in:
parent
838478d65d
commit
95860c6b1b
4 changed files with 1 additions and 5 deletions
|
|
@ -123,8 +123,6 @@ class TestPelican(LoggedTestCase):
|
|||
locale_available('French'), 'French locale needed')
|
||||
def test_custom_locale_generation_works(self):
|
||||
'''Test that generation with fr_FR.UTF-8 locale works'''
|
||||
old_locale = locale.setlocale(locale.LC_TIME)
|
||||
|
||||
if sys.platform == 'win32':
|
||||
our_locale = str('French')
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue