Skip to content

Latest commit

 

History

History
executable file
·
26 lines (15 loc) · 700 Bytes

README.md

File metadata and controls

executable file
·
26 lines (15 loc) · 700 Bytes

todoum

Simple Django application mostly used to implement playwright with behave for e2e testing.

Built with Cookiecutter Django Black code style

License: MIT

Basic Commands

Test coverage

To run the tests, check your test coverage, and generate an HTML coverage report:

coverage run -m pytest
coverage html
open htmlcov/index.html

Running tests with pytest

pytest

Running e2e tests with behave

behave