TangentFoxy / Pop.Box

(ON HOLD) Pop.Box is an easy to use GUI library for the LÖVE engine, intended for rapid prototyping.
http://guard13007.github.io/Pop.Box/docs
MIT License
8 stars 4 forks source link

Start testing using busted #47

Closed TangentFoxy closed 8 years ago

TangentFoxy commented 8 years ago

Just make shims around anything that would call a LOVE function to make it work. Make sure these shims check arguments passed to them for type correctness and number of args correctness at the least. Consider making that its own project to help others with the same kind of thing (it would have its own spec suite to run through and make sure everything is working).