Skip to content
  • Tristan Van Berkom's avatar
    source.py, element.py, _pipeline.py: Streamling preflighting. · ca2331c3
    Tristan Van Berkom authored
    Instead of having the pipeline preflight all sources separately
    from elements, have the element preflight it's sources.
    
    This is in order to simplify the shared code path for the pipeline
    and the loader to use for instantiating elements.
    
    Also updated tests to expect the new ElementError and SourceError
    instead of the PipelineError which was raised for preflighting before.
    ca2331c3