Files
deb-python-fuelclient/test-requirements.txt
Roman Prykhodchenko 1ad9bacd65 Generate user settings file
Since relying on a system-wide /etc/... configuration
file is not a good approach for a user-side application
it's necessary to not use that file by default.

This patch changes default settings file to ~/.config/fuel/fuel_client.yaml
and adds generation of one with default values if it does not exist.
Specifying of a custom settings file using FUELCLIENT_CUSTOM_SETTINGS
variable is still possible.

DocImpact
Closes-bug: #1458361
Change-Id: Ia17c8edbdd71a74318d3237a47d4b5650934c378
2015-10-20 14:27:37 +02:00

13 lines
309 B
Plaintext

fixtures>=0.3.14,<1.3.0
hacking>=0.10.0,<0.11
mock>=1.0
oslotest>=1.5.1,<1.6.0 # Apache-2.0
requests-mock>=0.6.0 # Apache-2.0
testrepository>=0.0.18
testtools>=0.9.36,!=1.2.0
# Files beyond this line are not in Global Requirements list
# and must be added there.
pyprof2calltree>=1.3.2
gprof2dot>=2014.09.29