aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2016-10-28 18:48:43 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-04 12:50:29 +0000
commit66076c006079237d97aaef4f242af5a4fa116d97 (patch)
treeca5e5682d08f094c4d19d78d4451feda1a923bdf
parentf407acefcea5619c76fd7b413d6356efc93e63e8 (diff)
downloadbitbake-66076c006079237d97aaef4f242af5a4fa116d97.tar.gz
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. 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>
-rw-r--r--lib/toaster/tests/views/README4
-rw-r--r--lib/toaster/tests/views/__init__.py0
-rw-r--r--lib/toaster/tests/views/test_views.py (renamed from lib/toaster/toastergui/tests.py)0
3 files changed, 4 insertions, 0 deletions
diff --git a/lib/toaster/tests/views/README b/lib/toaster/tests/views/README
new file mode 100644
index 000000000..950c7c989
--- /dev/null
+++ b/lib/toaster/tests/views/README
@@ -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
diff --git a/lib/toaster/tests/views/__init__.py b/lib/toaster/tests/views/__init__.py
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/lib/toaster/tests/views/__init__.py
diff --git a/lib/toaster/toastergui/tests.py b/lib/toaster/tests/views/test_views.py
index c20b3fe0b..c20b3fe0b 100644
--- a/lib/toaster/toastergui/tests.py
+++ b/lib/toaster/tests/views/test_views.py