An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Learn Pytest #
[![Build Status](https://dev.azure.com/fdahlitz/learn-pytest/_apis/build/status/DahlitzFlorian.learn-pytest?branchName=master)](https://dev.azure.com/fdahlitz/learn-pytest/_build/latest?definitionId=2?branchName=master) ![black](https://img.shields.io/badge/code%20style-black-000000.svg)
## 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.