/blog-testing

Repo with the code for test articles on my blog

Primary LanguagePython

blog-testing

Repository that contains the code used on my personal blog regarding testing.

Getting started

❯ git clone https://github.com/jitsejan/blog-testing.git
❯ cd blog-testing
❯ pyenv virtualenv 3.9.0 blog-testing-env
❯ pyenv activate blog-testing-env
❯ pip install -r requirements.txt
❯ pyetest . -v