Gabriele Lanaro

Results 38 comments of Gabriele Lanaro

Thank you very much for the suggestions!

I've implemented my own utility for parametrized tests, here I present a real example. water_mp2, and ammonia_mp2 are instances of Tests (actually a subclass of it that implements parametrized) ```...

I would say that the best solution is to evaluate and show it in steps, but (sometimes) it can add too much noise and unnecessary information, like in py.test http://pytest.org/assert.html#assert-with-the-assert-statement....

Analyzing the tests in attest sourcecode and some of my old projects. Most tests fall in two main categories, comparisons and assertive functions (there are also assertRaises but usually they...

I don't think that the return value of the predicates is useful (most of the time), for example: ``` assert return_something() ``` In this assertion I may be interested in...

I'm working on that in this fork https://github.com/gabrielelanaro/emacs-starter-kit

Sorry, I'm not maintaining this project anymore :(, I'll write a note in the readme

Hi! I just pushed a small fix, let me know if that works for you.

I tested the QuickStart.ipynb on Python 2, and it's going ok, does it work for you as well? Which feature specifically doesn't work?

Is it possible to know the traceback from the javascript console? I have some users find out that the browser supported only WebGL version 1 and that was the culprit.