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

https://github.com/dfm18/learning-python-unit-testing

My repository to learn unit testing in Python using unittest package.
https://github.com/dfm18/learning-python-unit-testing

Last synced: 7 days ago
JSON representation

My repository to learn unit testing in Python using unittest package.

Awesome Lists containing this project

README

          

# Python Unit Testing

[![Python](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue)](https://www.python.org/)

My repository to learn unit testing in Python using `unittest` package.

## Run Tests

```bash
python -m unittest discover -s tests
```