https://github.com/adrian-lin-1-0-0/python3-unittest-example
Python3 Unit Test Example
https://github.com/adrian-lin-1-0-0/python3-unittest-example
pytest python unit-testing workflow
Last synced: 3 months ago
JSON representation
Python3 Unit Test Example
- Host: GitHub
- URL: https://github.com/adrian-lin-1-0-0/python3-unittest-example
- Owner: adrian-lin-1-0-0
- Created: 2023-02-09T05:41:50.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T05:53:02.000Z (almost 3 years ago)
- Last Synced: 2025-03-20T21:57:27.720Z (9 months ago)
- Topics: pytest, python, unit-testing, workflow
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python3 Unit Test Example
### Run unit tests
```shell
make unit-test
```