jenkins-job-builder/tests/cmd/subcommands
Sebastian Schuberth dbe63dd9d2 cmd: Add a config file fallback to the user's home directory
The system-global path of

    /etc/jenkins_jobs/jenkins_jobs.ini

is not applicable on Windows. To solve that, and as Linux users would
benefit from a per-user configuration file, too, introduce a fallback at

    ~/.config/jenkins_jobs/jenkins_jobs.ini

following the XDG Base Directory Specification. Try to use that per-user
file if no configuration file is given on the command line and none is
present in the script directory for development purposes.

Change-Id: I1a22454999ee8ac60d6f22545850c33aa03bb29b
2016-04-18 15:25:56 +02:00
..
__init__.py Reorganize tests/cmd 2014-12-01 18:31:58 -08:00
test_delete.py Reorder imports to match hacking guidelines 2015-12-23 15:23:42 -08:00
test_test.py cmd: Add a config file fallback to the user's home directory 2016-04-18 15:25:56 +02:00
test_update.py Reorder imports to match hacking guidelines 2015-12-23 15:23:42 -08:00