apockill / uArmCreatorStudio

uArm Creator Studio is a Visual Programming Language for robot arms, with a heavy emphasis on computer vision and usability for both low experience and high experience programmers. It's written entirely in Python, and supports python scripting within the application.
82 stars 39 forks source link

Add initial test framework #18

Closed wisechengyi closed 7 years ago

wisechengyi commented 7 years ago
wisechengyi commented 7 years ago

Testing done: https://travis-ci.org/wisechengyi/uArmCreatorStudio/builds/185068496

@apockill You can see the build similar to ^ once you have travis ci setup, which should be really easy.

Please note that opencv-python is directly from pypi which is not the dev build, but this is at least the quickest way to get things going, and we can get to that down the road.

wisechengyi commented 7 years ago

the test files are in snake case because otherwise pytest won't recognize them. Hope that will be alright.

wisechengyi commented 7 years ago

@apockill ping?

wisechengyi commented 7 years ago

resubmitted at uarm's fork

wisechengyi commented 7 years ago

https://github.com/uArm-Developer/uArmCreatorStudio/pull/3