aboutsummaryrefslogtreecommitdiff
path: root/tests/ranking.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/ranking.sh: Pick last value to prevent broken pipesEuAndreh2023-03-311-5/+6
|
* tests/ranking.sh: Uncomment "$ERR" outputEuAndreh2023-03-311-1/+1
|
* Do not depend on m4 for anythingEuAndreh2023-03-311-8/+8
|
* Refactor: rewrite logic to make it simpler and fasterEuAndreh2022-11-251-46/+63
|
* src/remembering.in: Add trailing "/remembering" to the value defined in ↵EuAndreh2021-09-081-8/+8
| | | | $XDG_DATA_HOME
* git mv tests/tests-lib.sh tests/lib.shEuAndreh2021-06-281-1/+1
|
* tests/ranking.sh: Add test_pick_inexisting_value, disabledEuAndreh2021-06-281-0/+35
|
* tests/*.sh: Refactor error messages to be consistent, move helper all helper ↵EuAndreh2021-06-281-40/+41
| | | | funtions to the top
* mv {aux => tests}/tests-lib.shEuAndreh2021-06-271-1/+1
|
* aux/utils.sh: Remove unused fileEuAndreh2021-06-261-1/+0
|
* git grep -l '\./remembering' | xargs sed -i ↵EuAndreh2021-06-261-4/+4
| | | | 's|\./remembering|./src/remembering|g'
* tests/: Fix path to sh lib fileEuAndreh2021-06-131-1/+1
|
* tests/ranking.sh: Move $LANG configuration to inside of the test fileEuAndreh2021-06-081-0/+1
|
* tests/ranking.sh: Use LANG=C.UTF-8 for consistent sortingEuAndreh2021-06-071-3/+3
|
* tests/ranking.sh: Add test_utf_commandsEuAndreh2021-06-061-1/+18
|
* Refactor tests/lib.shEuAndreh2021-02-171-0/+3
|
* 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