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 #335 we decided to no longer use any abstraction for testing as it's straightforward to explicitly call the transform method of a component. We should remove the abstract test class and update the tests that use it.
Agreed. In practice, we discovered more limitations than advantages. In the future, it could be useful to offer commonly used methods needed for tests. However, for now, it is hard to estimate how these methods would look.
In #335 we decided to no longer use any abstraction for testing as it's straightforward to explicitly call the
transform
method of a component. We should remove the abstract test class and update the tests that use it.@mrchtr agree?
The text was updated successfully, but these errors were encountered: