summaryrefslogtreecommitdiffstats
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:55 +0000
commiteffbf9e09e527a4bfb1e1ba5146ade2bad02e673 (patch)
tree1f5d9ef941276f16fcdeb5d89199d6b2936530e9
parentd350276a86089a89c149e10d1e50e44ec6cb24d0 (diff)
downloadopenembedded-core-contrib-effbf9e09e527a4bfb1e1ba5146ade2bad02e673.tar.gz
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>
-rw-r--r--bitbake/lib/toaster/tests/views/README4
-rw-r--r--bitbake/lib/toaster/tests/views/__init__.py0
-rw-r--r--bitbake/lib/toaster/tests/views/test_views.py (renamed from bitbake/lib/toaster/toastergui/tests.py)0
3 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/tests/views/README b/bitbake/lib/toaster/tests/views/README
new file mode 100644
index 0000000000..950c7c9897
--- /dev/null
+++ b/bitbake/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/bitbake/lib/toaster/tests/views/__init__.py b/bitbake/lib/toaster/tests/views/__init__.py
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/bitbake/lib/toaster/tests/views/__init__.py
diff --git a/bitbake/lib/toaster/toastergui/tests.py b/bitbake/lib/toaster/tests/views/test_views.py
index c20b3fe0b6..c20b3fe0b6 100644
--- a/bitbake/lib/toaster/toastergui/tests.py
+++ b/bitbake/lib/toaster/tests/views/test_views.py