https://github.com/dahlitzflorian/learn-pytest
Collection of snippets, examples, and smaller projects to teach myself pytest.
https://github.com/dahlitzflorian/learn-pytest
education educational pytest python python-3 python3
Last synced: 2 months ago
JSON representation
Collection of snippets, examples, and smaller projects to teach myself pytest.
- Host: GitHub
- URL: https://github.com/dahlitzflorian/learn-pytest
- Owner: DahlitzFlorian
- License: apache-2.0
- Created: 2019-01-01T19:35:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T16:40:57.000Z (about 6 years ago)
- Last Synced: 2025-01-08T13:27:43.481Z (4 months ago)
- Topics: education, educational, pytest, python, python-3, python3
- Language: Python
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learn Pytest #
[](https://dev.azure.com/fdahlitz/learn-pytest/_build/latest?definitionId=2?branchName=master) 
## Description ##
This repository is a collection of smaller snippets, examples, and projects
created to teach myself the usage of pytest. It's made for educational
purposes only and to document my own progress.The `src` directory contains the source code to be tested against.
`test` contains all the tests and `docs` some Markdown files explaining
certain things for self-documentation.