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
Decide on a testing framework (rspec is the one I'm familiar with so that's the default choice), and at least write tests for these complex areas of the code:
Snaptoken::Diff.parse
Snaptoken::Diff#to_patch (including helpers find_hunks and hunk_header)
Snaptoken::DiffTransformers::FoldSections
Snaptoken::DiffTransformers::OmitAdjacentRemovals
Snaptoken::DiffTransformers::TrimBlankLines
The text was updated successfully, but these errors were encountered:
Decide on a testing framework (
rspec
is the one I'm familiar with so that's the default choice), and at least write tests for these complex areas of the code:Snaptoken::Diff.parse
Snaptoken::Diff#to_patch
(including helpersfind_hunks
andhunk_header
)Snaptoken::DiffTransformers::FoldSections
Snaptoken::DiffTransformers::OmitAdjacentRemovals
Snaptoken::DiffTransformers::TrimBlankLines
The text was updated successfully, but these errors were encountered: