https://github.com/sfinx13/demo-poo-python
Simple demo app to experiment poo in python
https://github.com/sfinx13/demo-poo-python
docker doctest python unittest
Last synced: 3 months ago
JSON representation
Simple demo app to experiment poo in python
- Host: GitHub
- URL: https://github.com/sfinx13/demo-poo-python
- Owner: sfinx13
- Created: 2022-03-14T00:22:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T22:10:34.000Z (almost 2 years ago)
- Last Synced: 2024-03-15T23:26:14.841Z (almost 2 years ago)
- Topics: docker, doctest, python, unittest
- Language: Python
- Homepage:
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/sfinx13/demo-poo-python/actions/workflows/ci.yaml)
# Simple demo POO python
## Presentation
### Class diagram

### Demo screen app
>
## Installation
```bash
docker build -t demo-poo-python .
docker run -it demo-poo-python
```
## Tests
### unittest
```
python -m unittest -v
```
### doctest
```
python -m doctest -v library/*.py
```
## Documentation
* https://docs.python.org/3/tutorial/classes.html
* https://docs.python.org/3/library/abc.html
* https://docs.python.org/fr/3/tutorial/modules.html
* https://docs.python.org/3/library/unittest.html
* https://docs.python.org/3/library/doctest.html?highlight=doctest#module-doctest