stuartlangridge / gnome-shell-clock-override

Override the Gnome Shell clock with a new time format or text of your choice. Works with new versions of Shell such as 3.18
MIT License
89 stars 33 forks source link

Create test suite #33

Closed brandl-muc closed 5 years ago

brandl-muc commented 5 years ago

Add 97 UnitTests which need jasmine-gjs to execute. Provides a script to install jasmine-gjs, but no makefile integration

brandl-muc commented 5 years ago

Another step to solve issue #25

da2x commented 5 years ago

This is looking great! Thanks for all the work you’ve put into this. You can assume jsamine-gjs is installed and add a “test” target to the makefile. Development dependencies can be added to an extra section underneath the runtime dependencies in the readme file.

brandl-muc commented 5 years ago

Sorry for the occasional progress, always so much else to do. I should have integrated all your comments, please re-evaluate.

brandl-muc commented 5 years ago

@da2x Do you find some minutes to re-evaluate this? I don't want to continue before this is merged.

da2x commented 5 years ago

Merged. Thanks for all the tests and I’m sorry about the delay from my side.