Pytest fails with “ValueError: Missing staticfiles manifest entry for ‘assets/img/favicon.ico’ ” while STATICFILES_STORAGE is set to default in tests [duplicate]
This question already has answers here: Could not find config for ‘static files’ in settings.STORAGES (2 answers) Closed 3 days ago. FAILED tests/test_views.py::test_index_view – ValueError: Missing staticfiles manifest entry for ‘assets/img/favicon.ico’ In my Django Template based project I have the error above when running pytests on views. Generally I understand what this is and how […]
Pytest fails with “ValueError: Missing staticfiles manifest entry for ‘assets/img/favicon.ico’ ” while STATICFILES_STORAGE is set to default in tests [duplicate]
This question already has answers here: Could not find config for ‘static files’ in settings.STORAGES (2 answers) Closed 3 days ago. FAILED tests/test_views.py::test_index_view – ValueError: Missing staticfiles manifest entry for ‘assets/img/favicon.ico’ In my Django Template based project I have the error above when running pytests on views. Generally I understand what this is and how […]
Pytest fails with “ValueError: Missing staticfiles manifest entry for ‘assets/img/favicon.ico’ ” while STATICFILES_STORAGE is set to default in tests [duplicate]
This question already has answers here: Could not find config for ‘static files’ in settings.STORAGES (2 answers) Closed 3 days ago. FAILED tests/test_views.py::test_index_view – ValueError: Missing staticfiles manifest entry for ‘assets/img/favicon.ico’ In my Django Template based project I have the error above when running pytests on views. Generally I understand what this is and how […]