summaryrefslogtreecommitdiff
path: root/tests/basics/bytearray_add.py
AgeCommit message (Collapse)Author
2015-08-29tests: Add a few tests for bool, bytearray, float to improve coverage.Damien George
2014-11-30py: Implement +, += and .extend for bytearray and array objs.Damien George
Addresses issue #994.