diff mbox series

[2/3] toaster/test: Update pytest.init

Message ID 20231204224832.399005-2-alassane.yattara@savoirfairelinux.com
State New
Headers show
Series [1/3] toaster/test: bug-fix on tests/browser/test_all_builds_page | expand

Commit Message

Alassane Yattara Dec. 4, 2023, 10:48 p.m. UTC
Skip to functional and builds tests for now, as they are not working.
- Tests Passed:
    - Browser
    - Commands
    - db
    - views
- Tests skipped: Actually working progress on followings tests
    - Builds
    - Functional

Signed-off-by: Alassane Yattara <alassane.yattara@savoirfairelinux.com>
---
 lib/toaster/pytest.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/lib/toaster/pytest.ini b/lib/toaster/pytest.ini
index f07076b7..642e0b6e 100644
--- a/lib/toaster/pytest.ini
+++ b/lib/toaster/pytest.ini
@@ -2,7 +2,7 @@ 
 [pytest]
 DJANGO_SETTINGS_MODULE = toastermain.settings_test
 
-python_files = db/test_*.py commands/test_*.py views/test_*.py browser/test_*.py functional/test_*.py
+python_files = db/test_*.py commands/test_*.py views/test_*.py browser/test_*.py
 
 # --create-db - force re creation of the test database
 # https://pytest-django.readthedocs.io/en/latest/database.html#create-db-force-re-creation-of-the-test-database