ostinelli / gin

A LUA fast, low-latency, low-memory footprint, web JSON-API framework with Test Driven Development helpers and patterns.
MIT License
238 stars 35 forks source link

Transform Test Cases to Use busted 2.0 #25

Closed istr closed 9 years ago

istr commented 9 years ago

As busted 2.0 seems to be nearing a release, I would like to transform the test cases to be compatible with busted 2.0. Currently the test suite fails using 2.0 mainly when pcalls are involved. I would like to investigate and make an upgrade to the test suites. Would that contribution be welcome?

idevz commented 9 years ago

i vote for this

ostinelli commented 9 years ago

Yes. :)

istr commented 9 years ago

Ok, will create a branch based on current master.

ostinelli commented 9 years ago

Great. Thank you.

istr commented 9 years ago

Repacked https://github.com/ostinelli/gin/pull/26 into https://github.com/ostinelli/gin/pull/29 and adapted travis script to call busted instead of busted_bootstrap such that https://github.com/ostinelli/gin/pull/29 passes travis CI builds. Thanks again, @leite for really resolving this issue.

istr commented 9 years ago

Closing. PR was merged. Thanks a lot.