In [ ]:
%%bash
cat hello.kv
In [ ]:
%%bash
cat hello.py
In [ ]:
%%bash
python hello.py > /dev/null 2>&1
In [ ]:
%%bash
cat boxlayout.kv
In [ ]:
%%bash
python boxlayout.py > /dev/null 2>&1
In [ ]:
%%bash
cat widgets.kv
In [ ]:
%%bash
python widgets.py > /dev/null 2>&1
In [ ]:
%%bash
cat databinding.kv
In [ ]:
%%bash
python databinding.py > /dev/null 2>&1
Kivy itself is tested
For non-UI, unittesting + mocks work as expected
Kivy provides mechanisms for running GL tests (screencap comparisons, yuck)
For BDD-style testing, kvaut (shameless plug): https://github.com/garyjohnson/kvaut
In [ ]: