]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
toaster: Move views tests to main testing module
authorMichael Wood <michael.g.wood@intel.com>
Fri, 28 Oct 2016 15:48:43 +0000 (18:48 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 4 Nov 2016 12:50:29 +0000 (12:50 +0000)
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>
lib/toaster/tests/views/README [new file with mode: 0644]
lib/toaster/tests/views/__init__.py [new file with mode: 0644]
lib/toaster/tests/views/test_views.py [moved from lib/toaster/toastergui/tests.py with 100% similarity]

diff --git a/lib/toaster/tests/views/README b/lib/toaster/tests/views/README
new file mode 100644 (file)
index 0000000..950c7c9
--- /dev/null
@@ -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 (file)
index 0000000..e69de29