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

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

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