Fixed
- If a user's configuration file does not have a needed exeutor parameter, the default parameter (defined in \_shared_files/defaults.py) is used.
- Each executor plugin is no longer initialized upon the import of Covalent. This allows required parameters in executor plugins.
Changed
- Upon updating the configuration data with a user's configuration file, the complete set is written back to file.
Added
- Tests for the local and base executors.