This repository contains a simple example of how to overwrite Dynaconf variables with Pytest for the article - How To Overwrite Dynaconf Variables For Testing In Python
Create a virtual environment and install the dependencies:
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
To run the tests, you can use the following command:
$ pytest
If you have any questions about the project please raise an Issue on GitHub.