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
In the rust-rewrite of mublog, we want to be able to test pipeline operations, such as adding stages/features.
This can ensure that stages/features executed correctly and in order, and to also have tests that cover possible error paths.
This is probably a bit more involved than a a normal unit test, and might require a mocking-framework.
The text was updated successfully, but these errors were encountered:
Summary:
In the rust-rewrite of mublog, we want to be able to test pipeline operations, such as adding stages/features.
This can ensure that stages/features executed correctly and in order, and to also have tests that cover possible error paths.
This is probably a bit more involved than a a normal unit test, and might require a mocking-framework.
The text was updated successfully, but these errors were encountered: