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.
- Host: GitHub
- URL: https://github.com/dfm18/learning-python-unit-testing
- Owner: dfm18
- Created: 2024-08-05T02:17:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T03:08:52.000Z (about 1 year ago)
- Last Synced: 2025-08-02T06:34:27.132Z (11 months ago)
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Unit Testing
[](https://www.python.org/)
My repository to learn unit testing in Python using `unittest` package.
## Run Tests
```bash
python -m unittest discover -s tests
```