elicwhite / ESLint-Formatter

Sublime Text 3 Plugin to Autoformat with Eslint
MIT License
140 stars 20 forks source link

Need a test suite #16

Open elicwhite opened 8 years ago

elicwhite commented 8 years ago

This plugin needs a test suite to ensure the stability of the plugin and verify changes.

If anyone has experience with python or sublime plugins and wants to take a stab at this, or has recommendations for a path to go down, that knowledge would be much appreciated.

It looks like this might be a good approach: https://github.com/randy3k/UnitTesting

randy3k commented 8 years ago

@TheSavior

Unfortunately, it is the best approach currently we have 😄

elicwhite commented 8 years ago

@randy3k Any chance you'd be interested in adding a basic test suite with it? I'm not very familiar with python.