Add autopkgtest.
Thomas Goirand
1 year, 3 months ago
0 | 0 |
python-castellan (4.0.0-1) experimental; urgency=medium
|
1 | 1 |
|
2 | 2 |
* New upstream release.
|
|
3 |
* Add autopkgtest.
|
3 | 4 |
|
4 | 5 |
-- Thomas Goirand <zigo@debian.org> Mon, 29 Aug 2022 17:15:14 +0200
|
5 | 6 |
|
|
0 |
Tests: unittests
|
|
1 |
Depends:
|
|
2 |
@,
|
|
3 |
@builddeps@,
|
|
4 |
Restrictions: allow-stderr needs-root
|
|
0 |
#!/bin/sh
|
|
1 |
|
|
2 |
set -e
|
|
3 |
|
|
4 |
pkgos-dh_auto_test --no-py2 'castellan\.tests\.unit.*'
|