From 7304c483f87c3f065238f646da2f6ca8761b1158 Mon Sep 17 00:00:00 2001 From: rbong Date: Sun, 11 Aug 2024 13:29:49 -0400 Subject: [PATCH] Clarify Flog testing strategy --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 8dfd5a7..c709341 100644 --- a/FAQ.md +++ b/FAQ.md @@ -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.