atuttle / Taffy

:candy: The REST Web Service framework for ColdFusion and Lucee
http://taffy.io
Other
225 stars 117 forks source link

Make tests run #350

Closed pfreitag closed 6 years ago

pfreitag commented 6 years ago

A bunch of the tests were not running because they didn't have "test" in the function name, so I fixed a bunch of function names.

atuttle commented 6 years ago

Is that a TestBox requirement? Kinda lame, imo.

But that's none of my business...

pfreitag commented 6 years ago

Yeah for the xUnit style tests in testbox the test method needs either a @test annotation or a public function that starts or ends with test