purnimagupta / threepress

Automatically exported from code.google.com/p/threepress
Other
0 stars 0 forks source link

Mobile-specific tests #101

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There aren't any.

This should be run via:

'manage.py test library settings=settings_mobile'

It might be nice to create a decorator for the existing tests that skips a
test if settings.MOBILE = True, or only runs if it's true.

Original issue reported on code.google.com by liza31337@gmail.com on 15 Feb 2009 at 10:09

GoogleCodeExporter commented 8 years ago

Original comment by liza31337@gmail.com on 13 Apr 2009 at 4:35

GoogleCodeExporter commented 8 years ago
Done in infrastructure branch

Original comment by liza31337@gmail.com on 25 Jul 2009 at 6:43