RGGH / mok

Code for Python360 Mock and Patch Video

Home Page:https://youtu.be/WlY8xJt8XMU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

screenshot

❯ tree -L 3
.
├── app
│   ├── fetch_www.py
│   ├── __init__.py
│   └── __pycache__
│       ├── fetch_www.cpython-310.pyc
│       └── __init__.cpython-310.pyc
├── pytest.ini
└── tests
    ├── __pycache__
    │   ├── test_bcd.cpython-310-pytest-7.2.2.pyc
    │   └── test_bcd.cpython-310-pytest-7.4.3.pyc
    └── test_bcd.py

4 directories, 8 files


About

Code for Python360 Mock and Patch Video

https://youtu.be/WlY8xJt8XMU


Languages

Language:Python 100.0%