Patrick Kanzler

Results 117 comments of Patrick Kanzler

I would opt for that too. When you are down in a detailed part of the tree, you probably want to search similar categories and therefore need the detailed breadcrumbs....

Maybe this site is helpful: http://doc.qt.io/qt-5/qtwebkitexamples-index.html And this might be of help too: http://stackoverflow.com/questions/16704896/qt-how-to-build-a-multi-tab-window

Maybe [tox](https://testrun.org/tox/latest/) is an option.

Not called unittests --> see list in first post.

Plus: have a look at `pythoscope`. This is a tool for automatic test generation. You supply an entry point that starts your application and then run it with pythoscope. It...

@fau-fablab/kasse please have a look at this issue.

Ok, you are right, my bad. We search every source file, while typical test systems assume that tests reside in certain files (e.g. test_*.py) The background for this that I...

I drop this task for now because I do not have the time at the moment.

I think 4 would be more transparent.

This should be solved while solving #43