summaryrefslogtreecommitdiffstats
path: root/tests/integration_tests.rs
AgeCommit message (Expand)Author
2021-02-28Use tempfiles for clircle testsv0.18.0Niklas Mohrin
2021-02-28integration_tests: Use tempdir() in config_location_when_generatingMartin Nordholts
2021-02-28integration_tests.rs: Add test config_location_when_generatingMartin Nordholts
2021-02-28Do not ignore non-existent BAT_CONFIG_PATHDavid Peter
2021-02-16Update dependencies; replace unmaintained (#1522)Caden Haustein
2021-01-11Fix #1413 Can't use `bat` at all! (Error: Use of bat as a pager is disallowed...Martin Nordholts
2021-01-10tests: Move 'mocked pagers' utils to separate fileMartin Nordholts
2021-01-10fn mocked_pager: Simplify with format!Martin Nordholts
2021-01-10pager.rs: Some comment fixupsMartin Nordholts
2021-01-07Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
2021-01-06Fix unused import warningsharkdp
2021-01-06Fix clippy warnings in tests on Windowssharkdp
2021-01-06Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
2021-01-06Add integration test for unparsable pagerMartin Nordholts
2021-01-05Add unix specific integration test about running bat without any argumentsNiklas Mohrin
2021-01-05Add integration tests for clircle cycle detectionNiklas Mohrin
2021-01-04tests: Make mocked pagers work on WindowsMartin Nordholts
2021-01-04Run PATH-dependent tests seriallyMartin Nordholts
2021-01-04Add integration tests for 'more' and 'most' used as pagersMartin Nordholts
2020-12-30When PAGER=most, don't print a warning to stderr, silently use less insteadMartin Nordholts
2020-12-28Simplify and polish pager.rs and related codeMartin Nordholts
2020-12-28Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
2020-12-21Add test 'grid_for_file_without_newline' (for issue #299 fix)Martin Nordholts
2020-12-21Add integration test for nonexisting newlinesharkdp
2020-11-27Ignore PAGER=most by default with a warning to stderrMartin Nordholts
2020-11-24Revert "Add cycle detection integration tests"sharkdp
2020-11-23Add cycle detection integration testsNiklas Mohrin
2020-10-31Merge pull request #1276 from tommilligan/style-ruleEthan P
2020-10-29Throws an error when `bat` is being user as pager.Adrian Rivera
2020-10-12add integration test for grid overriding ruleTom Milligan
2020-10-12Add integration test for style ruleTom Milligan
2020-10-12style: add component 'rule' for horizontal file delimiterTom Milligan
2020-09-20Code formattingsharkdp
2020-07-09Fix integration testDash Peters
2020-07-02Merge remote-tracking branch 'sharkdp/master'Dash Peters
2020-07-02Enable non-printable chars for redirected output (#1061)Evgeniy Andreev (gsomix)
2020-06-30Add integration testsDash Peters
2020-06-03Revert f8ed8aa7 (add test instrumentation to help understand failing tests) p...Roy Ivy III
2020-06-03Tests ~ add predicate normalization for tests using `echo`Roy Ivy III
2020-06-03Tests ~ revert to `echo` (after fixed 'windows' pager process execution)Roy Ivy III
2020-06-03Tests ~ add instrumentation to visualize text differences in failing testsRoy Ivy III
2020-06-03Tests ~ `echo` has portability issues; for CI, replace with `printf`Roy Ivy III
2020-05-15Merge branch 'master' of github.com:sharkdp/bat into string-inputEthan P
2020-05-15Remove unnecessary clone in integration testsEthan P
2020-05-13Add regression test for detected syntax differing for stdin and filesEthan P
2020-05-12Remove padding if the header style is not enabledPrat T
2020-05-12Add padding above headers when no gridPrat T
2020-04-21Remove invalid UTF-8 file from repo, use temp file insteadsharkdp
2020-04-21Fix bug for file with invalid-utf8 filenamessharkdp
2020-04-21Add do-not-panic! regression testssharkdp