summaryrefslogtreecommitdiffstats
path: root/src/tests
AgeCommit message (Expand)Author
2020-06-03Pass clap ArgMatches to cli::process_command_line_argumentsDan Davison
2020-06-02Implement compositional decoration attributesDan Davison
2020-06-02Add failing tests of compositional options: --element-style='box ul'Dan Davison
2020-06-01Add tests of deprecated --element-style={box,underline} optionsDan Davison
2020-05-31Make decorations honor --width variableDan Davison
2020-05-31Allow --ELEMENT-style=none meaning no styleDan Davison
2020-05-31Allow --ELEMENT-decoration-style=noneDan Davison
2020-05-31Fix testDan Davison
2020-05-31In tests, handle 4-bit colors in the context of arbitrary stylesDan Davison
2020-05-31Add failing tests of handling input with colorDan Davison
2020-05-31Add support for 4-bit foreground colors in test utilitiesDan Davison
2020-05-31In tests, interpret color string as style stringDan Davison
2020-05-31Add failing test: assert file is styled under decoration-style=omitDan Davison
2020-05-30Add test of --hunk-header-style=''Dan Davison
2020-05-30Strengthen tests slightlyDan Davison
2020-05-30Add tests of `--ELEMENT-decoration-style omit`Dan Davison
2020-05-30Add failing tests of `--thing-style omit`Dan Davison
2020-05-30Fix test namesDan Davison
2020-05-30Add failing test of --commit-style rawDan Davison
2020-05-30Add failing test of --file-style rawDan Davison
2020-05-30Add failing test of --hunk-header-style rawDan Davison
2020-05-30Update --*-style testsDan Davison
2020-05-29Paint box-drawing characters with bold attribute when bold requestedDan Davison
2020-05-28Add a blank line before each hunkDan Davison
2020-05-28Bug fix: honor bold by using "heavy" box drawing charactersDan Davison
2020-05-28Bug fix: hunk header background color was not reaching box lineDan Davison
2020-05-27Refactor: Create color and theme modules, consolidate style codeDan Davison
2020-05-26Update tests after implementing decoration stylesDan Davison
2020-05-26Implement --{commit,file,hunk-header}-{style,decoration-style}Dan Davison
2020-05-25Add tests of --file-style, --commit-style, --hunk-styleDan 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-22Use new Style struct, wrapping ansi_term::StyleDan Davison
2020-05-22Implement hunk styles using style string argumentsDan Davison
2020-05-22Use ansi_term style data structures instead of syntectDan 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