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: 6 months ago
JSON representation
Testing tutorial with PyTest
- Host: GitHub
- URL: https://github.com/jirikuncar/pytest-101
- Owner: jirikuncar
- Created: 2019-09-11T14:57:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T20:53:26.000Z (almost 3 years ago)
- Last Synced: 2025-03-22T05:15:28.828Z (about 1 year ago)
- Topics: github-actions, pipenv, prese, pytest, python, tutorial
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.