aboutsummaryrefslogtreecommitdiff
path: root/tests/ranking.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Use "./remembering" over "sh remembering"EuAndreh2021-01-311-4/+4
|
* Add (commented) test_really_long_listEuAndreh2021-01-311-0/+18
|
* v0.1.1: Allow names with spacesv0.1.1EuAndreh2021-01-261-3/+25
| | | | | | | | | The test_stdin_is_empty was adapted so it wouldn't exit with status 1. The previous implementation would effectively do: printf '' | grep '' which returns 1, and the test would fail.
* remembering: Refactor with awk + sort; make it fasterEuAndreh2021-01-261-1/+16
|
* remembering: Fix behaviour where STDIN is smaller than profileEuAndreh2021-01-241-4/+3
| | | | | | | | Now the profile will be an ever growing list, remembering every possible option ever presented to it. The tests in tests/ranking.sh already expected this behaviour and were broken, but now they work.
* tests/ranking.sh: Add more test scenarions (some are now failing)EuAndreh2021-01-241-2/+95
|
* tests: Add logs of which test is runningEuAndreh2021-01-241-2/+13
|
* Stop depending on uuidgenEuAndreh2021-01-241-5/+5
|
* ranking.sh: Make $INPUT value literalEuAndreh2021-01-241-5/+25
|
* Add tests/ranking.shEuAndreh2021-01-241-0/+133