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
MiniTest's API changed to (finally) support custom reporters properly. Turn needs to be updated to support this new API.
Basically this means the MiniRunner class can probably be simplified to almost no code, and the heavy lifting will be taken over by an interface adapter between Turn's Reporter class and MiniTest's.
But it may be prudent to do this in such a way as to retain support MiniTest 4 still --on the other hand we could just require that users update to MiniTest 5.
MiniTest's API changed to (finally) support custom reporters properly. Turn needs to be updated to support this new API.
Basically this means the MiniRunner class can probably be simplified to almost no code, and the heavy lifting will be taken over by an interface adapter between Turn's Reporter class and MiniTest's.
But it may be prudent to do this in such a way as to retain support MiniTest 4 still --on the other hand we could just require that users update to MiniTest 5.
(See also #122)
The text was updated successfully, but these errors were encountered: