You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, my plan is to add a pytest plugin to this package (so that it's installed and available alongside the library code) that runs a series of standard validation tests for all registered interfaces.
The plugin would be opt-in, i.e. would only run when the identifier for a specific source of interfaces is given. In the first iteration, this would be the entry points group. As an example, for WaterTAP, the entry points group is watertap.flowsheet, so the plugin would be invoked as
Currently, my plan is to add a pytest plugin to this package (so that it's installed and available alongside the library code) that runs a series of standard validation tests for all registered interfaces.
The plugin would be opt-in, i.e. would only run when the identifier for a specific source of interfaces is given. In the first iteration, this would be the entry points group. As an example, for WaterTAP, the entry points group is
watertap.flowsheet
, so the plugin would be invoked asThe text was updated successfully, but these errors were encountered: