aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor C files, split logerr and tests-libEuAndreh2021-09-012-0/+132
|
* tests/lib.sh: UpdateEuAndreh2021-09-013-4/+25
|
* git mv tests/tests-lib.sh tests/lib.shEuAndreh2021-06-285-4/+4
|
* 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-282-47/+48
| | | | funtions to the top
* mv {aux => tests}/tests-lib.shEuAndreh2021-06-275-4/+127
|
* tests/cli-opts.sh: Add N=$LINENOEuAndreh2021-06-271-0/+21
|
* tests/install-uninstall.sh: Add test for install/uninstallEuAndreh2021-06-261-0/+49
|
* aux/utils.sh: Remove unused fileEuAndreh2021-06-262-2/+0
|
* git grep -l '\./remembering' | xargs sed -i ↵EuAndreh2021-06-263-25/+25
| | | | 's|\./remembering|./src/remembering|g'
* tests/: Fix path to sh lib fileEuAndreh2021-06-133-3/+3
|
* Move tests/lib.sh -> aux/tests-lib.sh; add fgrep assert variantEuAndreh2021-06-131-77/+0
|
* tests/cli-opts.sh: Test help flags on different position tooEuAndreh2021-06-131-0/+16
|
* tests/cli-opts.sh: Refactor tests to use assert_grep_stdout over ↵EuAndreh2021-06-131-3/+3
| | | | assert_grep_stream
* tests/cli-opts.sh: Remove duplicated assert_usageEuAndreh2021-06-131-8/+0
|
* 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
|
* tests/lib.sh: spaces -> tabsEuAndreh2021-03-121-1/+1
|
* Support --version flagEuAndreh2021-03-101-1/+13
|
* tests/cli-opts.sh: Use assert_grep_streamEuAndreh2021-03-101-5/+2
|
* tests/cli-opts.sh: ShellCheckEuAndreh2021-03-071-1/+1
|
* Add tests for $XDG_DATA_HOME and $HOME environment variablesEuAndreh2021-03-071-0/+58
|
* tests/signals.sh: Also add missing XDG_DATA_HOMEEuAndreh2021-02-201-0/+2
|
* cli-opts.sh: Fix sandboxed tests, add $XDG_DATA_HOMEEuAndreh2021-02-201-0/+2
|
* Refactor tests/lib.shEuAndreh2021-02-173-13/+48
|
* tests: Use "./remembering" over "sh remembering"EuAndreh2021-01-313-19/+19
|
* Add (commented) test_really_long_listEuAndreh2021-01-311-0/+18
|
* remembering: Add -V version flag, add missing docs on -h flagEuAndreh2021-01-261-0/+17
|
* lib.sh: Limit the amount of bytes output by odEuAndreh2021-01-261-1/+1
|
* 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-242-3/+96
|
* tests: Add logs of which test is runningEuAndreh2021-01-244-7/+44
|
* Stop depending on uuidgenEuAndreh2021-01-243-6/+14
|
* ranking.sh: Make $INPUT value literalEuAndreh2021-01-241-5/+25
|
* Add tests/ranking.shEuAndreh2021-01-243-11/+146
|
* lib.sh: Disable 2034 ShellCheck ruleEuAndreh2021-01-241-0/+1
|
* Add tests/signals.shEuAndreh2021-01-241-0/+29
|
* Add test to for help flagsEuAndreh2021-01-242-14/+37
|
* cli-opts.sh: Break long lineEuAndreh2021-01-241-1/+5
|
* Add tests/lib.shEuAndreh2021-01-242-11/+15
|
* Remove tests/all.shEuAndreh2021-01-241-2/+0
|
* Add tests/cli-opts.sh testsEuAndreh2021-01-241-0/+104
|
* Add current working filesEuAndreh2021-01-211-0/+2