Skip to content

Commit

Permalink
Clarify Flog testing strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
rbong committed Aug 11, 2024
1 parent ee585e4 commit 7304c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ It has not yet gone through aggressive optimization like Flog yet, and it is cle
gitv.vim and gv.vim do not have tests.

Flog focuses on integration tests.
Because of aggressive removal of function overhead for optimization, Flog has no functions to test for branch drawing.
Because of aggressive removal of function call overhead for optimization, Flog has no small functions to individually unit test for branch drawing.
This also allows ensuring the plugin works end-to-end.

gitgraph.nvim has unit tests.
Expand Down

0 comments on commit 7304c48

Please sign in to comment.