elvetemedve / gnome-shell-extension-system-monitor

Gnome Shell extension for displaying resource usage
GNU General Public License v3.0
87 stars 15 forks source link

Cover existing functionality with tests #38

Open elvetemedve opened 6 years ago

elvetemedve commented 6 years ago

Introduce BDD to the development process

Add test cases for current functionality in order to make the project maintainable and allow easier code refactoring. An additional benefit is faster feedback during development, because the code does not have to be run in a real Gnome Shell environment.

Preferred tool for that is Jasmine with GJS support.