Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consider unit tests and ci support #63

Open
bitinn opened this issue Apr 17, 2016 · 4 comments
Open

consider unit tests and ci support #63

bitinn opened this issue Apr 17, 2016 · 4 comments

Comments

@bitinn
Copy link

bitinn commented Apr 17, 2016

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.

@vrld
Copy link
Owner

vrld commented Apr 17, 2016

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
Copy link
Owner

vrld commented Aug 28, 2016

No takers?

@hewills
Copy link
Contributor

hewills commented Aug 5, 2017

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.

@vrld
Copy link
Owner

vrld commented Nov 1, 2017

Leaving this open until more modules are covered

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants