summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-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 @@
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
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