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: about 1 month 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T20:53:26.000Z (over 1 year ago)
- Last Synced: 2024-10-15T03:32:27.348Z (3 months ago)
- Topics: github-actions, pipenv, prese, pytest, python, tutorial
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- 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.