jug icon indicating copy to clipboard operation
jug copied to clipboard

Fix bool conversion in config

Open luispedro opened this issue 6 months ago • 0 comments

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 not raised in test_file_store)

https://chatgpt.com/codex/tasks/task_e_68706f74a7708333a636882e32c08f08

luispedro avatar Jul 11 '25 03:07 luispedro