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

CI doesn't run Python tests #14

Closed
thedrow opened this issue Dec 31, 2014 · 3 comments
Closed

CI doesn't run Python tests #14

thedrow opened this issue Dec 31, 2014 · 3 comments

Comments

@thedrow
Copy link
Contributor

thedrow commented Dec 31, 2014

There are no tests that verify that the CFFI bindings work.

@saaros
Copy link
Member

saaros commented Jan 6, 2015

Yeah -- I have a kludgy python test suite that I run locally. I've been meaning to refactor into proper unit tests but haven't had time to do it yet. I'll try to do it this or next week.

saaros added a commit that referenced this issue Jan 19, 2015
Add a basic unit test framework for testing omcache.py and a couple of test
cases for it.  More cases should be added soon.
saaros added a commit that referenced this issue Jan 19, 2015
Add a basic unit test framework for testing omcache.py and a couple of test
cases for it.  More cases should be added soon.
saaros added a commit that referenced this issue Jan 19, 2015
Add a basic unit test framework for testing omcache.py and a couple of test
cases for it.  More cases should be added soon.
@saaros
Copy link
Member

saaros commented Jan 26, 2015

Commits c1c9b4b and 34d33df added unit tests for python bindings and they're also run by Travis. The tests also exposed a few bugs in set-related functions which were fixed. Thanks!

@saaros saaros closed this as completed Jan 26, 2015
@thedrow
Copy link
Contributor Author

thedrow commented Jan 26, 2015

Woot!

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

No branches or pull requests

2 participants