SimenB / stylint

Improve your Stylus code with Stylint
https://simenb.github.io/stylint/
GNU General Public License v2.0
348 stars 61 forks source link

Separate tests for core from tests for rules #351

Open SimenB opened 8 years ago

SimenB commented 8 years ago

Testing globbing, file traversing, error handling, getting config for a file etc should be separate from testing the rules themselves. This would allow us cleaner separation of concerns, and more readily add regression tests for rules.

Would be way overkill trying to build something like what eslint has, but it is something to aim towards