Commit Graph

60 Commits (31608c9a031fc1b2cec70595c6fa0026bf77ca4e)

Author SHA1 Message Date
sharkdp a3182e68e4 Update .gitattributes 6 years ago
sharkdp 14e6b41a5f Add .gitattributes 6 years ago
sharkdp c6a526f99c Run 'cargo run' only once 6 years ago
sharkdp 278d841408 Move '--paging' arg to config file. 6 years ago
sharkdp 5f576f1ecf Remove all relevant environment variables during testing 6 years ago
sharkdp 48c6ea6b25 Simplify integration test setup 6 years ago
Ricky 558134f6c8 Changed to unwrap methods, added integration tests 6 years ago
sharkdp cbed338c3a Remove generation code for tabs_ tests 6 years ago
sharkdp d96ee2261f Remove tab-related text 6 years ago
sharkdp 496e0bc046 Allow for multiple line ranges
See #23
6 years ago
sharkdp f7d9f49503 Remove leftovers from tab-tests 6 years ago
Lawrence Chou 88fcfd76aa cargo fmt 6 years ago
Lawrence Chou 76e34b29ec Avoid empty line in snapshot 6 years ago
Lawrence Chou 01984e1d02 Test 'tabs' with 'numbers' 6 years ago
Lawrence Chou 536390509f remove --wrap for now 6 years ago
Lawrence Chou 58198d0700 rewrite 6 snapshot tests as integration test 6 years ago
Lawrence Chou afc5aacb28 Move tabs_* snapshot tests to integration_tests 6 years ago
sharkdp 2c7087b8de Add integration tests for pager handling 6 years ago
sharkdp 495e7fd3b1 Add --no-config option 6 years ago
sharkdp 278bde5cee Continue with output after "is directory"-error 6 years ago
sharkdp 1891e194b5 Add simple integration tests 6 years ago
sharkdp e09d7dabb8 Move snapshot tests into separate module 6 years ago
sharkdp 1be346a038 Add 'plain' version of bat to the benchmarks 6 years ago
sharkdp 80da0dc619 run cargo fmt 6 years ago
sharkdp a05494e9d9 Make tests more robust 6 years ago
sharkdp 84ac92efbb Fix test for --style=plain 6 years ago
sharkdp b4c6e412dc Make generate_snapshots script more robust 6 years ago
sharkdp 3e21d69a92 Re-generate files again 6 years ago
sharkdp b7690d4bb1 Undo change in sample.modified.rs 6 years ago
eth-p 9ef1e9f792
Update snapshots. 6 years ago
eth-p 503fe0b641
Fix sample.modified.rs 6 years ago
eth-p c1e1f753cf
Added three new snapshot tests for --tabs and --wrap. 6 years ago
eth-p 7cdcdbb31d
Updated snapshots. 6 years ago
eth-p 9159341714
Modified snapshot tests to support tab expansion.
This changes how the files are named (to allow for snapshots that aren't
directly related to the --style argument) and fixes the
generate_snapshots.py script to work with the latest version of bat.

Three new tests are also introduced:
- tabs_4 - Tab expansion with a width of 4.
- tabs_8 - Tab expansion with a width of 8.
- tabs_passthrough - No tab expansion.
6 years ago
sharkdp a6ff3b900d Fix terminal width to 80 characters in tests 6 years ago
sharkdp 0b1535f63b Split snapshot tests into individual tests 6 years ago
sharkdp 0a5b3eaf3e Re-enable tests on windows 6 years ago
anykao 35a1236ad0 Update tests.rs 6 years ago
sharkdp 226d9a573a Add simple loop-through mode
Use a loop-through mode that simply copies input to output if a
non-interactive terminal is detected.

see #150
6 years ago
sharkdp 5b421b455d Update dependencies 6 years ago
sharkdp c91511cca1 Always run snapshot test 6 years ago
sharkdp c9f7a0c126 Use separate Git repository for snapshot testing
closes #161
6 years ago
sharkdp 86c1777205 Skip snapshot test if Git is not available
closes #161
6 years ago
sharkdp 26d409db65 Add 'rouge' to list of alternatives 6 years ago
sharkdp 06cd4b2ce8 Add 'coderay' to list of alternatives 6 years ago
sharkdp 39e2971e96 Add .ignore files to avoid searching asset folders 6 years ago
Ezinwa Okpoechi 2ce8655167 Build bat before generating snapshots 6 years ago
Ezinwa Okpoechi a452467e06 Remove unnecessary space if there are no decorations 6 years ago
Ezinwa Okpoechi 2ea3758c4b Justify header when there are decorations but no grid 6 years ago
sharkdp 556149ad3a Add comparison benchmark 6 years ago