AdonisEnProvence/Turing

Integrate machine config validation in the program execution

prastoin opened this issue · 0 comments

We should now use the machine config created functions inside the main program workflow
This involves:

  • Creating a global machine config validation function that will sniff any errors and forward the failing field
  • Unit tests
  • Creating format_error like functions to display the error to the user
  • Unit tests
  • Adding the machine validation step "inside" the main function
  • Integ tests