Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jirikuncar/pytest-101
- Owner: jirikuncar
- Created: 2019-09-11T14:57:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T14:52:58.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T01:38:36.147Z (over 1 year ago)
- Topics: github-actions, pipenv, prese, pytest, python, tutorial
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
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.