1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests/output
Deniz Turgut 009543b7e4 Fix test errors on OSX
On OSX, if LC_TIME and LC_CTYPE differs the output of strftime is not properly decoded
in Python 3. This makes sure that the 'utils.DateFormatter' and the related Jinja filter
'strftime' set the same value for LC_TIME and LC_CTYPE while formatting.

Also, '%a' is removed from DEFAULT_DATE_FORMAT in 'custom_locale' tests. OSX and *nix have
different conversions for '%a' ('Jeu' vs 'jeu.') and there is not a feasible way to handle
the difference for tests.
2014-06-26 01:01:42 -04:00
..
basic Add feeds for each author 2014-04-18 14:29:18 -07:00
custom Add feeds for each author 2014-04-18 14:29:18 -07:00
custom_locale Fix test errors on OSX 2014-06-26 01:01:42 -04:00