···96969797 $ mypy care
98989999-Test coverage
9999+Run Tests
100100^^^^^^^^^^^^^
101101-102102-To run the tests, check your test coverage, and generate an HTML coverage report::
103103-104104- $ coverage run -m pytest
105105- $ coverage html
106106- $ open htmlcov/index.html
107107-108108-Running tests with py.test
109109-~~~~~~~~~~~~~~~~~~~~~~~~~~
110110-111111-::
112112-113113- $ pytest
101101+```python
102102+python manage.py test
103103+```
114104115105Live reloading and Sass CSS compilation
116106^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^