summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/tests.py')
-rw-r--r--bitbake/lib/toaster/toastergui/tests.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/bitbake/lib/toaster/toastergui/tests.py b/bitbake/lib/toaster/toastergui/tests.py
index a6312034a8..c927fe1d8d 100644
--- a/bitbake/lib/toaster/toastergui/tests.py
+++ b/bitbake/lib/toaster/toastergui/tests.py
@@ -45,10 +45,6 @@ import string
45PROJECT_NAME = "test project" 45PROJECT_NAME = "test project"
46CLI_BUILDS_PROJECT_NAME = 'Command line builds' 46CLI_BUILDS_PROJECT_NAME = 'Command line builds'
47 47
48# by default, tests are run in build mode; to run in analysis mode,
49# set this to False in individual test cases
50toastermain.settings.BUILD_MODE = True
51
52class ViewTests(TestCase): 48class ViewTests(TestCase):
53 """Tests to verify view APIs.""" 49 """Tests to verify view APIs."""
54 50