viennacl / pyviennacl-dev

Developer repository for PyViennaCL. Visit http://viennacl.sourceforge.net/ for latest releases.
MIT License
32 stars 6 forks source link

Use pytest #10

Closed inducer closed 10 years ago

inducer commented 10 years ago

Hi Toby, Karli,

I'm using pytest for just about all of my projects, and so far it's been a joy to use. It supports relatively complex parametrized tests (example) and I've hacked together (Py)OpenCL Integration for it. It also cleanly integrates with continuous integration tools like Jenkins. I'd like to encourage you to adopt it as well. As a small incentive, I'd be happy to add pyviennacl to my Jenkins server so that it gets built and tested whenever there are changes.

If you decide to go forward with this, I'd be happy to help with the transition.

Andreas

tsmithe commented 10 years ago

Sounds good; I'll look into it.

tsmithe commented 10 years ago

OK, tests are now implemented using pytest. Thanks for the suggestion, Andreas!