FS#47177 - [python2-dnspython] include check() to test for regression
Attached to Project:
Community Packages
Opened by Levente Polyak (anthraxx) - Wednesday, 25 November 2015, 14:33 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 25 November 2015, 14:53 GMT
Opened by Levente Polyak (anthraxx) - Wednesday, 25 November 2015, 14:33 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 25 November 2015, 14:53 GMT
|
Details
It would be nice to have a check() function in the
python2-dnspython package that is simply calling 'make
test'.
That will invoke the test suit and we could detect possible future regressions easily. Currently the tests are passing fine. PS: maybe passing a -O1 flag would also be nice? |
This task depends upon
Closed by Sergej Pupykin (sergej)
Wednesday, 25 November 2015, 14:53 GMT
Reason for closing: Fixed
Additional comments about closing: in svn/trunk only
Wednesday, 25 November 2015, 14:53 GMT
Reason for closing: Fixed
Additional comments about closing: in svn/trunk only
Comment by
Levente Polyak (anthraxx) -
Wednesday, 25 November 2015, 14:46 GMT
sorry, I forgot to mention that for the python2 Makefile you
either need to sed replace the PYTHON=python line in the Makefile
or call "python2 ./utest.py" in the tests directory yourself