empa-scientific-it / python-tutorial

Material for a Jupyter-based Python tutorial
MIT License
30 stars 9 forks source link

Functions: test keyword parameter #222

Closed despadam closed 4 months ago

despadam commented 4 months ago

Fixes #221

despadam commented 4 months ago

Perfect. Only suggestion would be to avoid displaying the assertion below the list, but I'm not sure whether this is possible.

To do that, we would have to change how the test output is displayed in general, but I do not want to touch that now. I think in general testsuite needs some fixes (there are probably some related issues already) but I would prefer to address that in a separate PR after the tutorial, to be safe.

So for now, if you approve, I would merge this PR as is.