summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/tests/views/README
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 /bitbake/lib/toaster/tests/views/README
parentd350276a86089a89c149e10d1e50e44ec6cb24d0 (diff)
downloadpoky-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>
Diffstat (limited to 'bitbake/lib/toaster/tests/views/README')
-rw-r--r--bitbake/lib/toaster/tests/views/README4
1 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 @@
1
2Django unit tests to verify classes and functions based on django Views
3
4To run just these tests use ./manage.py test tests.views