software/cythonplus-dev: Add software release for cython+ development
Showing
-
Owner
You should take a look at nxdtest, and how we are now using it to replace
runTestSuite.in
, see 662b1a0b , 9a5cfb73 , 805374b4 or !862 (merged) maybe instead of writing this code we can use nxdtest here as well.Since nxdtest@bca50060 nxdtest know how to parse unittest output. For this, maybe using a .nxdtest file with
TestCase('test', ['make', 'all', 'test'], summaryf=UnitTest.summary, cwd={{ repr(cythonplus_repository) }})
would be enough.
/cc @kirr
-
mentioned in merge request !880 (merged)
Please register or sign in to comment