Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jirikuncar/pytest-101

Testing tutorial with PyTest
https://github.com/jirikuncar/pytest-101

github-actions pipenv prese pytest python tutorial

Last synced: 23 days ago
JSON representation

Testing tutorial with PyTest

Awesome Lists containing this project

README

        

# PyTest 101

Welcome to PyTest 101 tutorial. I hope you will enjoy it
and learn something new and useful.

1. Fork this repository;
2. ``git clone`` your fork and ``git remote add upstream`` this repository;
3. Install ``pipenv`` following https://pipenv.kennethreitz.org/en/latest/;
4. Start ``pipenv shell`` that has all dependencies installed;
5. Create new pull request.