Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Move to configparser for user defined settings #23

Open
ntoll opened this issue Aug 4, 2015 · 0 comments
Open

Move to configparser for user defined settings #23

ntoll opened this issue Aug 4, 2015 · 0 comments
Assignees
Milestone

Comments

@ntoll
Copy link
Owner

ntoll commented Aug 4, 2015

The ConfigParser class implements a well known config DSL with support built into core Python. Given the requirements for the integration test suite to configure local nodes on-the-fly, and the desire that simple user configuration should be possible (it currently isn't) then the following minimal requirement should be implemented:

  • Specify and document the available settings that a user may specify.
  • Specify and document the settings that can be overridden when in "test mode".

See https://docs.python.org/3.4/library/configparser.html for details.

@ntoll ntoll self-assigned this Aug 4, 2015
@ntoll ntoll added this to the 0.0.1.alpha.1 milestone Aug 4, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant