Add configuration parsing testing #84

Closed
opened 2020-07-30 15:51:30 +03:00 by Manos Pitsidianakis · 0 comments

Parsing is done with serde. The configuration is deserialized from TOML files. The main logic is in src/conf.rs module.

Todo:

  • Parse enum variants and see that every variant can be set and no regressions happen. For example, Smtp client configuration has enums for password values or password command evaluation.
  • Check that conf overrides actually work
Parsing is done with `serde`. The configuration is deserialized from TOML files. The main logic is in `src/conf.rs` module. Todo: * Parse enum variants and see that every variant can be set and no regressions happen. For example, `Smtp` client configuration has enums for password values or password command evaluation. * Check that conf overrides actually work
Manos Pitsidianakis added this to the beta milestone 2020-07-30 15:51:30 +03:00
Manos Pitsidianakis added the
easy
enhancement
labels 2020-07-30 15:51:30 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: meli/meli#84
There is no content yet.