atuttle / atom-language-cfml

:space_invader: A CFML Language for the Atom Editor
38 stars 24 forks source link

Add tests (incl. failing tests) #56

Closed elpete closed 9 years ago

elpete commented 9 years ago

I’ve started adding tests. This was mainly to document some issues with embedded-cf in urls and other text strings.

I’ll be adding more tests over time. I can either add them here or on a new branch. Let me know!

tollus commented 9 years ago

Smart :+1:

atuttle commented 9 years ago

Would you mind adding either some sort of test harness (an HTML page/etc that runs the tests and shows the results)? I have no idea what testing framework these go with, so at the very least a quick addition to the README that explains how to run the tests would be great. Thanks!

elpete commented 9 years ago

Added instructions to the README.

Also added Travis CI support. You would just need to link Travis to this repository for it to start.

(Just a note: the build will fail right now because of a couple of failing tests I've contributed.)

atuttle commented 9 years ago

:+1:

atuttle commented 9 years ago

Got Travis integration enabled. Thanks!