Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 645 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 645 Bytes

Python Overwrite Dynaconf Variables Tutorial

Description

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

Usage

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.