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
- Host: GitHub
- URL: https://github.com/stat-kwon/unit-test-in-python
- Owner: stat-kwon
- Created: 2022-03-06T09:09:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T20:00:15.000Z (over 4 years ago)
- Last Synced: 2025-02-04T12:49:34.872Z (over 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)