aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Move everything irrelevant to _attic/.Matěj Cepl2023-11-251-457/+0
| | | | | It was too confusing for newcomers to look at the stuff which is just a note from the old project.
* fix: fix the logic of encoding/decoding of the strings.Matěj Cepl2023-08-111-1/+1
| | | | | It must be first decoded to the plain UTF-8 string, and only then bastard-encoded for the Assuan protocol.
* test: remove $INSIDE_BATS home-made protection and use the proper way.Matěj Cepl2023-08-111-1/+0
| | | | | If in the end of the script differentiates between the script being sourced and run.
* fix: just do very light decoding of the SETDESC strings.Matěj Cepl2023-08-111-0/+15
| | | | | | So, after getting complete and tested implementation of URLencode/decode, I have found that Assuan doesn’t read that. No encoding aside from very simple ones are deciphered.
* fix: add tested new implementation of URL encode/decode.Matěj Cepl2023-08-111-21/+52
|
* fix: fix split line tests.Matěj Cepl2023-08-111-6/+4
| | | | With help from https://stackoverflow.com/questions/1886374, thank you.
* fix: decode RFC-3986 encoded strings in SETDESCMatěj Cepl2023-08-111-17/+19
|
* test: first attempt to test.Matěj Cepl2023-08-111-6/+37
| | | | General mechanism works, but the first tested function breaks.
* feat: first attempts for testing infrastructure.Matěj Cepl2023-08-113-459/+468
|
* Version 3.0 of the REUSE specification compliantFredrik Salomonsson2023-03-191-18/+2
| | | | | | Switch to using REUSE [0] for handling the licenses. [0] https://reuse.software/
* Add logic for passing locale to rofiFredrik Salomonsson2021-01-311-29/+77
| | | | | | Using the options `lc-ctype` and `lc-messages` to set the LC_ALL option that is then set in the environment when calling rofi. Having issues with rofi failing to set locale when using guix.
* Comment out the nested test groupsFredrik Salomonsson2020-06-141-6/+6
| | | | | | | As there is a parsing bug in guile-hall's test runner. So if a error is triggered inside a nested test group no log will show up. So commenting out these temporarily to work around that issue.
* Update tests to send in the fake-port via the keywordFredrik Salomonsson2020-06-141-106/+88
| | | | | | Instead of using with-output-to-port procedure. As that had some issues with guile-hall, as well as reporting the error from the test suite. As it was accedentally capturing it.
* Using Hall to handle the projectFredrik Salomonsson2020-06-121-0/+445