From ee6b37cf87da13429ac222b5cb6c2a3429062593 Mon Sep 17 00:00:00 2001 From: Ricardo Martincoski Date: Sat, 10 Nov 2018 00:16:05 -0200 Subject: 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 Cc: Arnout Vandecappelle Cc: Asaf Kahlon Cc: Thomas Petazzoni Cc: Yegor Yefremov Signed-off-by: Thomas Petazzoni --- support/testing/tests/package/sample_python_incremental.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 support/testing/tests/package/sample_python_incremental.py (limited to 'support/testing/tests/package/sample_python_incremental.py') diff --git a/support/testing/tests/package/sample_python_incremental.py b/support/testing/tests/package/sample_python_incremental.py new file mode 100644 index 0000000000..b6e2aa803c --- /dev/null +++ b/support/testing/tests/package/sample_python_incremental.py @@ -0,0 +1,3 @@ +import incremental +v = incremental.Version("package", 1, 2, 3, release_candidate=4) +assert(str(v) == "[package, version 1.2.3rc4]") -- cgit v1.2.3