You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
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".
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:
See https://docs.python.org/3.4/library/configparser.html for details.
The text was updated successfully, but these errors were encountered: