hump icon indicating copy to clipboard operation
hump copied to clipboard

consider unit tests and ci support

Open bitinn opened this issue 9 years ago • 4 comments

Some components might be harder to automate than others, depends on how tightly coupled they are with LOVE engine and how much we can verify without using visual tests. But using spies/mocks with BDD we should be able to have decent coverage.

If you don't mind (or isn't available to add tests), I would like work on them when available, since I am using some of the components like camera/gamestate.

bitinn avatar Apr 17 '16 08:04 bitinn

Unit tests would be great. It would be awesome if you could write something up and create a pull request (even partial coverage)!

hump's API is very stable at this point, so the descriptions in the documentation can serve as reference for what to test.

vrld avatar Apr 17 '16 15:04 vrld

No takers?

vrld avatar Aug 28 '16 16:08 vrld

I've added a pull request to add a Travis-Ci yml config file. I tested it in my fork, and it seemed to work well. A repo owner needs to setup a travis account though.

hewills avatar Aug 05 '17 01:08 hewills

Leaving this open until more modules are covered

vrld avatar Nov 01 '17 20:11 vrld