https://github.com/dahlitzflorian/monkeypatch-global-variables-video-snippets
Supporting material for the video "How to Monkeypatch Global Variables in pytest" published on my YouTube channel.
https://github.com/dahlitzflorian/monkeypatch-global-variables-video-snippets
monkeypatch monkeypatching pytest python python3 testing
Last synced: 11 days ago
JSON representation
Supporting material for the video "How to Monkeypatch Global Variables in pytest" published on my YouTube channel.
- Host: GitHub
- URL: https://github.com/dahlitzflorian/monkeypatch-global-variables-video-snippets
- Owner: DahlitzFlorian
- License: mit
- Created: 2021-08-13T16:10:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T16:25:41.000Z (almost 5 years ago)
- Last Synced: 2025-11-19T15:06:58.726Z (7 months ago)
- Topics: monkeypatch, monkeypatching, pytest, python, python3, testing
- Language: Python
- Homepage: https://youtu.be/rZH4ffs7SMU
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to Monkey Patch Global Variables in pytest (Video Snippets)
## Description
This repository contains code presented in the video *How to Monkey Patch Global Variables in pytest* published on my YouTube channel.
Here's a [link](https://youtu.be/rZH4ffs7SMU) to the video.