support/testing: use TestPythonPackageBase for python-incremental
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Sat, 10 Nov 2018 02:16:05 +0000 (00:16 -0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 13 Nov 2018 19:55:45 +0000 (20:55 +0100)
commitee6b37cf87da13429ac222b5cb6c2a3429062593
tree7bbd4480dd0c2226d1bee396bd6eaa2195f4f973
parentf07994f7d64e06c74d87c3eec89adfc248445187
support/testing: use TestPythonPackageBase for python-incremental

Move the test script to be run on the target from inline in the test
case to a separate file.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Asaf Kahlon <asafka7@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/testing/tests/package/sample_python_incremental.py [new file with mode: 0644]
support/testing/tests/package/test_python_incremental.py