summaryrefslogtreecommitdiff
path: root/src/tests/integration_test_utils.rs
AgeCommit message (Expand)Author
2024-07-06tests: add insta for snapshot testing (#1739)Thomas Otto
2024-06-24Don't read git files when --no-gitconfig is given + unused variables (#1728)Thomas Otto
2023-02-28Fix clippy warnings (#1298)nickelc
2022-03-30Add custom env struct to store env at init (#1025)William Escande
2022-02-14Fix hyperlink absolute paths (#939)Dan Davison
2022-01-18Center Align numbers right-ish (#883)Thomas Otto
2022-01-04Make Config cloneable for DeltaTest, store as Cow<Config> thereThomas Otto
2022-01-04DeltaTest improvements (#876)Wayne Davison
2021-12-14Delete calls printing output in testsDan Davison
2021-12-14Add inspect_raw method to DeltaTestDan Davison
2021-12-14Add markers surrounding DeltaTest::inspect() outputDan Davison
2021-12-12Allow calling process to be specified in DeltaTest builder methodsDan Davison
2021-12-12Refactor: factor out a helper function in DeltaTestDan Davison
2021-12-07Add DeltaTest to speed up adding and fixing testsThomas Otto
2021-08-20Refactoring for #693 (#696)Dan Davison
2021-07-10Clippy: don't nest module inside module with same nameDan Davison
2021-03-27Reorganize and add test for get_themesCatherine Noll
2021-01-08Prevent tests setting env vars from affecting other testsDan Davison
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