GothenburgBitFactory / bugwarrior

Pull github, bitbucket, and trac issues into taskwarrior
http://pypi.python.org/pypi/bugwarrior
GNU General Public License v3.0
732 stars 209 forks source link

tests: use configparser "mapping protocol" #981

Closed ryneeverett closed 1 year ago

ryneeverett commented 1 year ago

Cherry-picked out of #973.

https://docs.python.org/3/library/configparser.html#mapping-protocol-access

This is more readable and also more generalizable to future configuration languages.