File: unit-test

package info (click to toggle)
dyda 1.41.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 106,148 kB
  • sloc: python: 19,978; makefile: 189; sh: 11
file content (14 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -e

python3 tests/test_AccumulatorObjectNumber.py
python3 tests/test_data_selector.py
python3 tests/test_DeterminatorByAggregatedDataSingle.py
python3 tests/test_DeterminatorByRoi.py
python3 tests/test_DeterminatorMotion.py
python3 tests/test_DeterminatorSizeThreshold.py
python3 tests/test_example.py
python3 tests/test_output_generator.py
python3 tests/test_reader_base.py
python3 tests/test_ResizeBoxProcessor.py