Generic setup, 'pre-handler'

I am the one who added post_handler to GenericSetup in 2016, see this PR. And this same PR introduces pre_handler, which works exactly the same as post_handler. The order is:

  • Run the pre_handler, if available.
  • Run the import steps.
  • Run the post_handler, if available.
1 Like