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 Switch to py.test #604 2011-05-06 12:40:44 +03:00
test_database_sanity.py Fairy Arceus is not a default form. 2013-10-29 02:54:36 -07:00
test_docs.py Add a test for main-tables.rst 2012-06-10 15:46:50 -07:00
test_lookup.py Make the rest of the tests pass. 2013-11-09 03:49:09 -05:00
test_media.py Fix test_media.py. 2012-03-16 12:37:47 -07:00
test_roomaji.py Switch to py.test #604 2011-05-06 12:40:44 +03:00
test_schema.py Put column descriptions where they belong 2014-07-05 16:46:37 -07:00
test_strings.py Make MarkdownString.as_html() accept an extension object, not class 2011-09-22 00:51:59 +03:00
test_translations.py Switch to py.test #604 2011-05-06 12:40:44 +03:00
test_util.py Switch to py.test #604 2011-05-06 12:40:44 +03:00