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 the tests have to invoke a lot of machinery to provide mocks for the various character devices. This strategy was introduced in the early days where the codebase was missing a number of the abstractions that have come to life over time. We can eliminate the need to mock the mtd backend for test cases that are not exercising it (e.g. the protocol-level test cases).
The text was updated successfully, but these errors were encountered:
Currently the tests have to invoke a lot of machinery to provide mocks for the various character devices. This strategy was introduced in the early days where the codebase was missing a number of the abstractions that have come to life over time. We can eliminate the need to mock the mtd backend for test cases that are not exercising it (e.g. the protocol-level test cases).
The text was updated successfully, but these errors were encountered: