aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* [WIP] Read custom providers from a ↵Moritz Meißelbach2019-11-293-3/+46
| | | | ~/.config/sway-launcher-desktop/providers.conf file.
* Change fallback TERMINAL_COMMAND to urxvt to be consistent with existing READMEMoritz Meißelbach2019-11-091-1/+1
|
* Remove obsolete test case. This was from the bash solution which I never ↵Moritz Meißelbach2019-10-311-13/+0
| | | | committed. This problem is now solved directly within awk and is unit-tested elsewhere
* Generate a spec-conformant "desktop file id" of each .desktop file and ↵Moritz Meißelbach2019-10-319-10/+371
| | | | remove duplicates. This should process user-specific overrides properly #3
* Add test cases for 2 more desktop files. Add a space in the launcher script ↵Moritz Meißelbach2019-10-241-0/+12
| | | | for aesthetics
* Put command extraction in separate command that can be run (and tested) from ↵Moritz Meißelbach2019-10-241-0/+5
| | | | the outside
* Add new tests and test data. Make parsing of desktop entries testableMoritz Meißelbach2019-10-244-1/+90
|
* Fix failing testsMoritz Meißelbach2019-10-231-4/+4
|
* Introduce Travis CI with shellcheck and BATSMoritz Meißelbach2019-10-232-0/+353