summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2023-12-11fix: single files will not cause IO error (#194)Sebastian Thiel
2023-11-20upgrade journey-test expectations (doesn't run on CI for some reason)Sebastian Thiel
2022-09-19adjust journey-test expectations according to difference in color encoding.Sebastian Thiel
2022-05-12fix: broken or non-existing root path will still print the valid results. (#124)Sebastian Thiel
2022-05-12record status quo (#124)Sebastian Thiel
2020-07-07Fix color handling (causing the text to disappear); fix tty detectionSebastian Thiel
2020-07-02Use 'anyhow' instead of 'failure' to simplify code and reduce bloatSebastian Thiel
2020-07-02fix unittests, at least to work locally on MacOSSebastian Thiel
2020-05-19remove paths windows chokes onSebastian Thiel
2020-03-29Fix tests by regenerating them - issue is that sym-links are not shown anymore.Sebastian Thiel
2020-03-26journey tests still fail, newline issues, ignore for nowSebastian Thiel
2020-03-26update journey tests hoping they yield the same results on CISebastian Thiel
2020-02-01Update tui to 0.8Sebastian Thiel
2019-06-16Make filename smaller; related to #10Sebastian Thiel
2019-06-16Fix tests... really need CI if PRs keep comingSebastian Thiel
2019-06-15Fix journey-testsSebastian Thiel
2019-06-07Add more unicode samples, along with a new limitationsSebastian Thiel
2019-06-07Add difficult graphemes from...Sebastian Thiel
2019-06-07Add grapheme ladden filesSebastian Thiel
2019-06-05move application tests closer to... the application. Nice!Sebastian Thiel
2019-06-05Moved 'interactive' portion of code into binary - break unit tests for nowSebastian Thiel
2019-06-05fix tests - column width changesSebastian Thiel
2019-06-04Add support for static byte unitsSebastian Thiel
2019-06-04Rename 'human*' formats to their non-prefixed counterpartSebastian Thiel
2019-06-04Properly fix byte column width handlingSebastian Thiel
2019-06-04Add 'make test' target, fix unit testsSebastian Thiel
2019-06-04Fix byte formattingSebastian Thiel
2019-06-03Removed support to change amount of storable nodesSebastian Thiel
2019-06-03fix unit testsSebastian Thiel
2019-06-03Move 'traverse' module out of 'interactive' - it's unrelatedSebastian Thiel
2019-06-03add 'u' key to go up one levelSebastian Thiel
2019-06-03add 'o' navigationSebastian Thiel
2019-06-03add 'k' navigation keySebastian Thiel
2019-06-03add 'j' key functionality for basic navigationSebastian Thiel
2019-06-03make working with nodes less cumbersome in unit testsSebastian Thiel
2019-06-03Unify sorting to start dealing with selectionsSebastian Thiel
2019-06-03Test for handling the root correctly in interactive modeSebastian Thiel
2019-06-03The first test for user input, yeah!Sebastian Thiel
2019-06-03bytes formatting for interactive + footerSebastian Thiel
2019-06-03refactorSebastian Thiel
2019-06-02refactor - still ain't pretty, but it's good enough for nowSebastian Thiel
2019-06-02Add another failing testSebastian Thiel
2019-06-02probably a bit closer to a correct implementation.Sebastian Thiel
2019-06-02Add test showing sizes don't work, and graph traversal neither :DSebastian Thiel
2019-06-02Tree building works - next: sizesSebastian Thiel
2019-06-02One step closer to the actual tree-building implementationSebastian Thiel
2019-06-02first failing attempt to build a graph on demandSebastian Thiel
2019-06-02First failing test - even though just a guess :DSebastian Thiel
2019-06-02first infrastructure for unit-level testsSebastian Thiel
2019-06-02basic frame to support new interactive modeSebastian Thiel