jug icon indicating copy to clipboard operation
jug copied to clipboard

Parallel programming with Python

Results 2 jug issues
Sort by recently updated
recently updated
newest added

``` ------------------------------------------------------------------------------------- 0 0 1 0 0 jugfile.function 0 0 1 0 0 jugfile.function_other ..................................................................................... 0 0 2 2 0 Total ``` Running `jug invalidate --target jugfile.function` invalidates everything.

## Summary - fix `read_configuration_file` to handle booleans correctly - add test verifying boolean options read from config files ## Testing - `pytest jug/tests/test_options.py::test_bool_from_config -q` - `pytest -q` *(fails: PermissionError...

codex