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

https://github.com/stat-kwon/unit-test-in-python


https://github.com/stat-kwon/unit-test-in-python

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Unit-test framework in python

---

### Overview

- Learn the basics of pytest through pytest documents and YouTube.

###reference

- [python documentation - unit test](https://docs.python.org/3/library/unittest.html?highlight=unittest)
- [Unit Testing in Python with pytest](https://www.youtube.com/playlist?list=PLyb_C2HpOQSBWGekd7PfhHnb9GnqDgrxS)