Coverage for src/rhiza_task/tasks/__init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.15.4, created at 2026-08-25 04:13 +0000

1"""Built-in task modules, discovered through the ``rhiza_task.tasks`` entry-point group. 

2 

3Importing a module is what registers its tasks -- the ``@task`` decorator runs at import 

4time. Built-ins and third-party task modules arrive through the same entry point, so a 

5consumer-supplied task is a first-class citizen rather than an override. That is the 

6replacement for ``-include local.mk``. 

7"""