aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests/lib.sh: Remove utils from eutEuAndreh2024-11-081-22/+0
* Revamp code under aux/EuAndreh2023-04-011-1/+2
* tests/ranking.sh: Pick last value to prevent broken pipesEuAndreh2023-03-311-5/+6
* tests/ranking.sh: Uncomment "$ERR" outputEuAndreh2023-03-311-1/+1
* Unmark "lib.sh" files as executablesEuAndreh2023-03-311-0/+0
* Do not depend on m4 for anythingEuAndreh2023-03-313-51/+48
* Refactor: rewrite logic to make it simpler and fasterEuAndreh2022-11-253-58/+78
* src/remembering.in: Remove hyphen between name and versionEuAndreh2022-11-081-1/+1
* Makefile: Remove rules for C filesEuAndreh2022-11-082-132/+0
* src/remembering.in: Add trailing "/remembering" to the value defined in $XDG_...EuAndreh2021-09-082-10/+11
* Remove tests/install-uninstall.sh in favor of repocheck.shEuAndreh2021-09-011-49/+0
* 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
* 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 's|\./remembering|./src/rememberi...EuAndreh2021-06-263-25/+25
* 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 assert_grep_...EuAndreh2021-06-131-3/+3
* 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
* 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
* 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