Hello,this is a magnificent project. I'm currently learning about it.
when I run the code pytest --alluredir=output/allure-result
it will happen mistake, about
tests\test_user\test_user_add_del.py:14: in <module>
from src.client.flask_client.flask_client import flask_clinet
src\client\flask_client\flask_client.py:10: in <module>
config = settings.flask
..\..\anaconda3\envs\pytest\lib\site-packages\dynaconf\base.py:144: in __getattr__
value = getattr(self._wrapped, name)
..\..\anaconda3\envs\pytest\lib\site-packages\dynaconf\base.py:325: in __getattribute__
return super().__getattribute__(name)
E AttributeError: 'Settings' object has no attribute 'FLASK'
I searched online for a long time but couldn't find a solution. Did I make a mistake somewhere?
Hello,this is a magnificent project. I'm currently learning about it.
when I run the code
pytest --alluredir=output/allure-resultit will happen mistake, about
I searched online for a long time but couldn't find a solution. Did I make a mistake somewhere?