[Test/Py/CodeClean] util functions to run test
authorJaeyun <jy1210.jung@samsung.com>
Fri, 20 Aug 2021 02:59:32 +0000 (11:59 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Fri, 20 Aug 2021 06:39:00 +0000 (15:39 +0900)
commit18d2435c242aef6804b4ab923edaba857351be3c
tree35cedb8e0815c3833583f5bd2210b7a37971aa19
parent0163b640d709875466703c504535256f51c8b5c5
[Test/Py/CodeClean] util functions to run test

Code clean, reduce duplicated source. Add util functions to run the unittest.

Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
14 files changed:
tests/meson.build
tests/nnstreamer_filter_caffe2/checkLabel.py
tests/nnstreamer_filter_custom/checkScaledTensor.py
tests/nnstreamer_filter_python3/checkScaledTensor.py
tests/nnstreamer_filter_pytorch/checkLabel.py
tests/nnstreamer_filter_tensorflow/checkLabel.py
tests/nnstreamer_filter_tensorflow2_lite/checkLabel.py
tests/nnstreamer_filter_tensorflow_lite/checkLabel.py
tests/test_utils.py [new file with mode: 0644]
tests/transform_arithmetic/checkResult.py
tests/transform_clamp/generateTest.py
tests/transform_dimchg/checkResult.py
tests/transform_stand/checkResult.py
tests/transform_typecast/checkResult.py