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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
f07994f7d6
commit
ee6b37cf87
@@ -0,0 +1,3 @@
|
||||
import incremental
|
||||
v = incremental.Version("package", 1, 2, 3, release_candidate=4)
|
||||
assert(str(v) == "[package, version 1.2.3rc4]")
|
||||
Reference in New Issue
Block a user