File: unit

package info (click to toggle)
rdiff-backup 2.2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,640 kB
  • sloc: python: 24,129; javascript: 9,512; sh: 1,230; ansic: 580; makefile: 36
file content (20 lines) | stat: -rw-r--r-- 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

set -ex

# Setup test environment
python3 testing/commontest.py

python3 -m pytest \
    testing/*_test.py \
    testing/ctest.py \
    testing/errorsrecovertest.py \
    testing/iterfiletest.py \
    testing/librsynctest.py \
    testing/rorpitertest.py \
    testing/rdb_arguments.py \
    testing/setconnectionstest.py \
    testing/timetest.py \
    testing/user_grouptest.py

python3 testing/hashtest.py