upjohnc / pynash_pytest_20230316

Pynash meetup 2023-03-16: pytest features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pynash Meetup: Pytest Features

This repo is the code examples used in the pynash talk of March 16, 2023.

You can see the different code examples under the branches in this repo.

Set Up

in terminal, run:

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

About

Pynash meetup 2023-03-16: pytest features