Simulating single and multiple inputs using pyTest and monkeypatch

Pavol Kutaj
Mar 18, 2021

--

The aim of this how-to-guide🏁 is to show how inputs can be simulated in pytest unit tests using monkeypatch. This applies for both a single and multiple inputs

1. SINGLE INPUT

2. MULTIPLE INPUTS

3. SOURCES

--

--

Responses (3)