generic-poky/bitbake/lib/toaster/tests/views
Michael Wood effbf9e09e bitbake: toaster: Move views tests to main testing module
Consolidating all the tests to live in the same place to make them more
discoverable and consistent as well as not cluttering up the django app
directory.

(Bitbake rev: 66076c006079237d97aaef4f242af5a4fa116d97)

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-11-04 12:50:55 +00:00
..
README bitbake: toaster: Move views tests to main testing module 2016-11-04 12:50:55 +00:00
__init__.py bitbake: toaster: Move views tests to main testing module 2016-11-04 12:50:55 +00:00
test_views.py bitbake: toaster: Move views tests to main testing module 2016-11-04 12:50:55 +00:00

README

Django unit tests to verify classes and functions based on django Views

To run just these tests use ./manage.py test tests.views