https://github.com/doamaral/python-unittest
Resultado de algumas explorações de testes unitários com Python e Unittest
https://github.com/doamaral/python-unittest
oop-principles python unit-testing unittest
Last synced: 3 months ago
JSON representation
Resultado de algumas explorações de testes unitários com Python e Unittest
- Host: GitHub
- URL: https://github.com/doamaral/python-unittest
- Owner: doamaral
- Created: 2015-10-15T19:16:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T14:10:53.000Z (over 5 years ago)
- Last Synced: 2025-03-05T08:51:25.152Z (over 1 year ago)
- Topics: oop-principles, python, unit-testing, unittest
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testes Unitários com Python
Resultado de algumas explorações de testes unitários com Python e Unittest usando scripts ou OO
## src
We used 2 sources. Bingo is a bingo game using OO concepts and Jokenpo is a simple module with some functions
## Step-by-step to run the tests
1. clone the repository
1. access the project folder
1. run the following command
- `python -m unittest tests\test_jokenpo.py`
- `python -m unittest tests\test_bingo.py`
- `python -m unittest` to run all