summaryrefslogtreecommitdiffstats
path: root/src/tests/integration_test_utils.rs
AgeCommit message (Expand)Author
2020-08-14Use native ansi-parsing utilities instead of console crateDan Davison
2020-07-15Refactor: unify test utility functionsDan Davison
2020-06-22Refactor: separate Opt construction from Config constructionDan Davison
2020-06-17Eliminate leading space unless --keep-plus-minus-markersDan Davison
2020-06-10Refactor: Config::from_argsDan Davison
2020-06-10Refactor testsDan Davison
2020-06-10Refactor: straighten out command line arguments processingDan Davison
2020-06-10Do not allow ArgMatches to be missingDan Davison
2020-06-10Change function signatureDan Davison
2020-06-10Make process_command_line_arguments accept a git config instanceDan Davison
2020-06-09Add --no-gitconfig optionDan Davison
2020-06-06Add failing test that --theme still worksDan Davison
2020-06-06Use 'syntax_theme' instead of 'theme' everywhereDan Davison
2020-06-03Pass clap ArgMatches to cli::process_command_line_argumentsDan Davison
2020-05-31Make decorations honor --width variableDan Davison
2020-05-23Clean up testsDan Davison
2020-05-23Use CLI defaults when constructing command line options for testsDan Davison
2020-05-23Implement --*-non-emph stylesDan Davison
2020-05-22Implement hunk styles using style string argumentsDan Davison
2020-05-22Introduce style strings to replace color optionsDan Davison
2020-05-20Refactor: consume options when creating configDan Davison
2020-05-17Add new command-line options controlling foreground colorsDan Davison
2020-05-16Do not expose new foreground color options yetDan Davison
2020-05-16Hunk highlighting test and refactoringDan Davison