Skip to content

falken20/pomodoro

Repository files navigation

drawing Personal Portfolio web

Version GitHub language count GitHub Top languaje Test coverage GitHub License

Richi web Twitter


App for helping to apply the pomodoro technic.

Setup
pip install -r requirements.txt
Running the app
python ./src/pomodoro.py
Script check project
./scripts/check_project.sh
Setup tests
pip install -r requirements-test.txt
Running the tests with pytest and coverage
./scripts/coverage.sh

or

coverage run -m pytest -v && coverage html --omit=*/venv/*,*/tests/*

Versions

1.0.0 First version

Releases

No releases published

Packages

No packages published