Skip to content

Commit 2b4eaf9

Browse files
committed
Add autopkgtest CI tests
1 parent e79b644 commit 2b4eaf9

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Build-Depends:
1010
python3-poetry-core,
1111
python3-pytest,
1212
Standards-Version: 4.5.1
13+
Testsuite: autopkgtest-pkg-python
1314
Homepage: https://github.com/davesteele/argparse_formatter
1415
Vcs-Browser: https://github.com/davesteele/argparse_formatter/tree/debian
1516
Vcs-Git: https://github.com/davesteele/argparse_formatter.git -b debian

debian/tests/control

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Tests: pytest
2+
Depends: @builddeps@

debian/tests/pytest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
pytest

0 commit comments

Comments
 (0)