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>
This commit is contained in:
Michael Wood 2016-10-28 18:48:43 +03:00 committed by Richard Purdie
parent d350276a86
commit effbf9e09e
3 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Django unit tests to verify classes and functions based on django Views
To run just these tests use ./manage.py test tests.views