support/testing: add python-bitstring tests
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Fri, 16 Nov 2018 03:57:24 +0000 (01:57 -0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 23 Nov 2018 21:05:46 +0000 (22:05 +0100)
commit38557a8c63e1fb17bd0757d1da188a57d8e469c9
treede39e3465b1b23684cd892338ea77c8fbc7604db
parent66f99555ed29f8f615da85e61ea11d8ad7f159ef
support/testing: add python-bitstring tests

Add a simple test case to check the basic usage by checking the
corresponding representation of a 12-bit decimal number in hex, binary
and integer.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
.gitlab-ci.yml
support/testing/tests/package/sample_python_bitstring.py [new file with mode: 0644]
support/testing/tests/package/test_python_bitstring.py [new file with mode: 0644]