Skip to content

Pytest-with-Eric/pytest-dynaconf-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.