/pytest-101

Testing tutorial with PyTest

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.