Tobias Witek
fbd44618dc
[test] Python 3.5 compatibility
...
Use assert_called_once_with() instead of assert_called_once() to
maintain compatibility with Python 3.5
2020-01-26 14:17:14 +01:00
Tobias Witek
7a9cb8b533
[core/module] Add very basic widget capability
2020-01-26 14:06:09 +01:00
Tobias Witek
fee7cf7882
[core/widget] Add widget class
...
To maintain backwards compatibility (and because I think it's an OK
design choice), keep the widget concept (a single module can produce
multiple widgets).
2020-01-26 13:58:29 +01:00
Tobias Witek
acf9d6214e
[tests] Restructure
...
Put tests into directory structure equivalent to that of the code
itself, for better separation (hopefully)
2020-01-25 14:27:41 +01:00