summaryrefslogtreecommitdiffstats
path: root/tests/testsuite/main.rs
diff options
context:
space:
mode:
authorNeil Kistner <neil.kistner@gmail.com>2019-08-27 22:11:42 -0500
committerKevin Song <chipbuster@users.noreply.github.com>2019-08-27 20:11:42 -0700
commit9853743eda935a25ddce18e32e97cca0192d9389 (patch)
treef0522e78ae1e8e7be5ad1770066d73f5fedbb3c4 /tests/testsuite/main.rs
parented27cf4a2c56d9acb5e552a45f675e03bbc72286 (diff)
feat: Add commit count for ahead/behind symbols (#247)
Add logic for the git status module to display the number of commits the index is ahead or behind next to the symbol.
Diffstat (limited to 'tests/testsuite/main.rs')
-rw-r--r--tests/testsuite/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testsuite/main.rs b/tests/testsuite/main.rs
index 4ecde3792..ed0289835 100644
--- a/tests/testsuite/main.rs
+++ b/tests/testsuite/main.rs
@@ -3,6 +3,7 @@ mod cmd_duration;
mod common;
mod configuration;
mod directory;
+mod git_status;
mod golang;
mod jobs;
mod line_break;