abantos / bolt

A task automation tool (similart to grunt) for Python
MIT License
15 stars 8 forks source link

Implements spawn task to execute command on separate process #121

Closed CurroRodriguez closed 3 months ago

CurroRodriguez commented 3 months ago

This task allows to execute a command on a separate process without waiting for it to terminate. The process is terminated at the end. This is useful to launch a process that needs to keep running while other tasks complete (like executing a local server serving a system being tested).

github-actions[bot] commented 3 months ago

Code Coverage

Package Line Rate Health
. 87%
tasks 85%
utils 81%
Summary 85% (602 / 705)

Minimum allowed line rate is 75%