Codebase list ros-bloom / 567956f
Add autopkgtest Timo Röhling 2 years ago
3 changed file(s) with 12 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
88 Homepage: https://wiki.ros.org/bloom
99 Vcs-Git: https://salsa.debian.org/science-team/ros-bloom.git
1010 Vcs-Browser: https://salsa.debian.org/science-team/ros-bloom
11 Testsuite: autopkgtest-pkg-python
1211
1312 Package: python3-bloom
1413 Architecture: all
0 Tests: run-test-suite
1 Depends: @, git, python3-nose
2 Restrictions: allow-stderr
0 #!/bin/bash
1 set -e
2
3 tmpdir="$(mktemp -d)"
4 trap "rm -rf $tmpdir" EXIT
5
6 cp -r test "$tmpdir"
7 cd "$tmpdir"
8 python3 -m nose -v -e code_format test