Refactor stringto-test.sh to stringto_test()

main
LeoHsiao 5 years ago
parent 65927f5ce1
commit c121fbeb38

@ -1008,3 +1008,11 @@ set Exif.Photo.DateTimeDigitized 2020:05:26 07:31:42
f.write(e.stdout) f.write(e.stdout)
BT.reportTest('stdin-test', out) BT.reportTest('stdin-test', out)
def stringto_test(self):
# Test driver for tests of stringToLong/Float/Rational
out = BT.Output()
out += BT.Executer('stringto-test')
BT.reportTest('stringto-test', out)

@ -1 +1 @@
lxml==4.5.2 lxml

Loading…
Cancel
Save