doit icon indicating copy to clipboard operation
doit copied to clipboard

task management & automation tool

Results 94 doit issues
Sort by recently updated
recently updated
newest added

Defining a `CmdAction` with a positional argument leads to untestable task testing. For instance if we use the following minimal task ```python from doit.action import CmdAction def task_pos_args(): def show_params(pos):...

### Motivations Two motivations for this (sizeable) request: * it may provide a simpler route to parallel action support (which is currently unsupported in Windows and has limitations elsewhere) *...

Hello, first time contributor. This is a lovely project. On Windows, and specifically when installed via conda, `doit --help` displays the path of the entire executing script (see below). This...

I added some basic `__repr__` implementations to the `config_changed` and `result_dep` classes. I needed a nicer representation for these so that I could better understand the output of the `info`...