Resolve #19 - Improve error message for invalid entry name in node config
Closes: #19 (closed)
During the realization, it was noticed that it would be nice to allow outside usage of the internal __get_config_file_path()
method. It was changed to config_file_path
property and exposed in the NodeHandle.
So instead of using in tests hardcoded config name node.directory / 'config.ini'
it would be possible to write node.config_file_path
.
Please review: @kmochocki, @kudmich