index
:
delta.git/.git
main
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tests
/
integration_test_utils.rs
Age
Commit message (
Expand
)
Author
2024-07-06
tests: add insta for snapshot testing (#1739)
Thomas Otto
2024-06-24
Don't read git files when --no-gitconfig is given + unused variables (#1728)
Thomas Otto
2023-02-28
Fix clippy warnings (#1298)
nickelc
2022-03-30
Add custom env struct to store env at init (#1025)
William Escande
2022-02-14
Fix hyperlink absolute paths (#939)
Dan Davison
2022-01-18
Center Align numbers right-ish (#883)
Thomas Otto
2022-01-04
Make Config cloneable for DeltaTest, store as Cow<Config> there
Thomas Otto
2022-01-04
DeltaTest improvements (#876)
Wayne Davison
2021-12-14
Delete calls printing output in tests
Dan Davison
2021-12-14
Add inspect_raw method to DeltaTest
Dan Davison
2021-12-14
Add markers surrounding DeltaTest::inspect() output
Dan Davison
2021-12-12
Allow calling process to be specified in DeltaTest builder methods
Dan Davison
2021-12-12
Refactor: factor out a helper function in DeltaTest
Dan Davison
2021-12-07
Add DeltaTest to speed up adding and fixing tests
Thomas Otto
2021-08-20
Refactoring for #693 (#696)
Dan Davison
2021-07-10
Clippy: don't nest module inside module with same name
Dan Davison
2021-03-27
Reorganize and add test for get_themes
Catherine Noll
2021-01-08
Prevent tests setting env vars from affecting other tests
Dan Davison
2020-08-14
Use native ansi-parsing utilities instead of console crate
Dan Davison
2020-07-15
Refactor: unify test utility functions
Dan Davison
2020-06-22
Refactor: separate Opt construction from Config construction
Dan Davison
2020-06-17
Eliminate leading space unless --keep-plus-minus-markers
Dan Davison
2020-06-10
Refactor: Config::from_args
Dan Davison
2020-06-10
Refactor tests
Dan Davison
2020-06-10
Refactor: straighten out command line arguments processing
Dan Davison
2020-06-10
Do not allow ArgMatches to be missing
Dan Davison
2020-06-10
Change function signature
Dan Davison
2020-06-10
Make process_command_line_arguments accept a git config instance
Dan Davison
2020-06-09
Add --no-gitconfig option
Dan Davison
2020-06-06
Add failing test that --theme still works
Dan Davison
2020-06-06
Use 'syntax_theme' instead of 'theme' everywhere
Dan Davison
2020-06-03
Pass clap ArgMatches to cli::process_command_line_arguments
Dan Davison
2020-05-31
Make decorations honor --width variable
Dan Davison
2020-05-23
Clean up tests
Dan Davison
2020-05-23
Use CLI defaults when constructing command line options for tests
Dan Davison
2020-05-23
Implement --*-non-emph styles
Dan Davison
2020-05-22
Implement hunk styles using style string arguments
Dan Davison
2020-05-22
Introduce style strings to replace color options
Dan Davison
2020-05-20
Refactor: consume options when creating config
Dan Davison
2020-05-17
Add new command-line options controlling foreground colors
Dan Davison
2020-05-16
Do not expose new foreground color options yet
Dan Davison
2020-05-16
Hunk highlighting test and refactoring
Dan Davison