summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)Author
2018-10-16Add --no-config optionsharkdp
2018-10-11Continue with output after "is directory"-errorsharkdp
2018-10-11Add simple integration testssharkdp
2018-10-07Move snapshot tests into separate modulesharkdp
2018-10-07Add 'plain' version of bat to the benchmarkssharkdp
2018-09-26run cargo fmtsharkdp
2018-09-12Make tests more robustsharkdp
2018-09-12Fix test for --style=plainsharkdp
2018-09-12Make generate_snapshots script more robustsharkdp
2018-09-12Re-generate files againsharkdp
2018-09-12Undo change in sample.modified.rssharkdp
2018-09-11Update snapshots.eth-p
2018-09-11Fix sample.modified.rseth-p
2018-09-11Added three new snapshot tests for --tabs and --wrap.eth-p
2018-09-10Updated snapshots.eth-p
2018-09-10Modified snapshot tests to support tab expansion.eth-p
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.
2018-08-31Fix terminal width to 80 characters in testssharkdp
2018-08-31Split snapshot tests into individual testssharkdp
2018-08-31Re-enable tests on windowssharkdp
2018-08-31Update tests.rsanykao
2018-08-23Add simple loop-through modesharkdp
Use a loop-through mode that simply copies input to output if a non-interactive terminal is detected. see #150
2018-08-18Update dependenciessharkdp
2018-06-02Always run snapshot testsharkdp
2018-06-02Use separate Git repository for snapshot testingsharkdp
closes #161
2018-06-01Skip snapshot test if Git is not availablesharkdp
closes #161
2018-05-30Add 'rouge' to list of alternativessharkdp
2018-05-30Add 'coderay' to list of alternativessharkdp
2018-05-25Add .ignore files to avoid searching asset folderssharkdp
2018-05-24Build bat before generating snapshotsEzinwa Okpoechi
2018-05-24Remove unnecessary space if there are no decorationsEzinwa Okpoechi
2018-05-24Justify header when there are decorations but no gridEzinwa Okpoechi
2018-05-22Add comparison benchmarksharkdp
2018-05-18Update snapshotsEzinwa Okpoechi
2018-05-18Add line with invalid UTF-8Ezinwa Okpoechi
2018-05-16Merge pull request #102 from eth-p/masterDavid Peter
Added text wrapping. (Fixes #54)
2018-05-16Formatted with newer cargo fmt.eth-p
It should pass all the checks now.
2018-05-14Add simple benchmark scriptssharkdp
2018-05-14Updates for new rustfmtsharkdp
2018-05-12Update snapshot test files.eth-p
2018-05-12Add snapshot testingEzinwa Okpoechi
2018-05-12Add generated snapshotsEzinwa Okpoechi
2018-05-12Add sample files and snapshot generatorEzinwa Okpoechi