aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_util.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix #861 - Add unit test and documentation for email_smtp_force_starttlsJessica Tallon2014-08-121-0/+27
|
* added new slugify with unidecodeBoris Bobrov2014-03-111-0/+6
|
* Unit test for ReallyLazyProxy.Elrond2013-04-251-0/+22
| | | | | | | LazyProxy caches its value. So create a unit test for lazy_pass_to_ugettext to make sure its returned proxy actually gives a different translation when the locale is switched.
* Also make slug unit test work with the new optionally-translitcodec-free codeChristopher Allan Webber2013-01-061-7/+7
|
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* Finished splitting util.py into separate files.Aaron Williamson2011-10-011-12/+11
|
* Moved common, translation, template, and url code out of util.py and into ↵Aaron Williamson2011-10-011-18/+18
| | | | tools/[file].py
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
|
* A super strict HTML cleaner method with mediocre tests.Christopher Allan Webber2011-06-131-0/+19
|
* Generate unique slugs for newly submitted images.Aaron Williamson2011-05-131-0/+8
|
* Added some locale determination toolsChristopher Allan Webber2011-05-121-0/+26
|
* send_email tool and email sending testsChristopher Allan Webber2011-05-041-0/+41
|
* Moved app.load_controller -> util.import_component and added tests.Christopher Allan Webber2011-04-171-0/+30