aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* #23 Fix tests that assert the number of desktop filesMoritz Meißelbach2020-06-221-2/+2
|
* #23 update desktop file contentsMoritz Meißelbach2020-06-222-3/+3
|
* #23 add (failing) test case for this PRMoritz Meißelbach2020-06-222-0/+15
|
* Add function to list and execute application desktop files from XDG ↵Moritz Meißelbach2020-02-065-1/+767
| | | | autostart folders. Fixes #16
* [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