veekun_pokedex/pokedex/tests
Andrew Ekstedt 6f5abb9540 Put column descriptions where they belong
The Column class accepts a 'doc' argument. Use it.

And while we're at it, make them all unicode strings.

Performed by the following sed script:

   s/info=dict(description=u\?\("[^"]*"\))/doc=u\1/
   s/info=dict(description=u\?\('[^']*'\))/doc=u\1/
   s/\(\s*\)info=dict(description=u\?\("[^"]*"\), /\1doc=u\2,\n\1info=dict(/
   s/\(\s*\)info=dict(description=u\?\('[^']*'\), /\1doc=u\2,\n\1info=dict(/

   /info=dict(description=u\?\('[^']*'\),$/ {
       s//doc=u\1,/
       n
       s/^\s*/&info=dict(/
   }
2014-07-05 16:46:37 -07:00
..
__init__.py
test_database_sanity.py
test_docs.py
test_lookup.py Make the rest of the tests pass. 2013-11-09 03:49:09 -05:00
test_media.py
test_roomaji.py
test_schema.py Put column descriptions where they belong 2014-07-05 16:46:37 -07:00
test_strings.py
test_translations.py
test_util.py