diff options
| -rw-r--r-- | bitbake/lib/toaster/tests/functional/test_functional_basic.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/tests/functional/test_functional_basic.py b/bitbake/lib/toaster/tests/functional/test_functional_basic.py index b0def544ae..7e9be91ca1 100644 --- a/bitbake/lib/toaster/tests/functional/test_functional_basic.py +++ b/bitbake/lib/toaster/tests/functional/test_functional_basic.py | |||
| @@ -8,6 +8,7 @@ | |||
| 8 | # | 8 | # |
| 9 | 9 | ||
| 10 | import re, time | 10 | import re, time |
| 11 | import pytest | ||
| 11 | from django.urls import reverse | 12 | from django.urls import reverse |
| 12 | from tests.functional.functional_helpers import SeleniumFunctionalTestCase | 13 | from tests.functional.functional_helpers import SeleniumFunctionalTestCase |
| 13 | from orm.models import Project | 14 | from orm.models import Project |
| @@ -16,6 +17,7 @@ from selenium.webdriver.common.by import By | |||
| 16 | class FuntionalTestBasic(SeleniumFunctionalTestCase): | 17 | class FuntionalTestBasic(SeleniumFunctionalTestCase): |
| 17 | 18 | ||
| 18 | # testcase (1514) | 19 | # testcase (1514) |
| 20 | @pytest.mark.django_db | ||
| 19 | def test_create_slenium_project(self): | 21 | def test_create_slenium_project(self): |
| 20 | project_name = 'selenium-project' | 22 | project_name = 'selenium-project' |
| 21 | self.get(reverse('newproject')) | 23 | self.get(reverse('newproject')) |
