Add a very basic smoke test

epel9
Miro Hrončok 4 years ago
parent 9fc1e57174
commit 0ed186fdd8

@ -8,10 +8,13 @@
- repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git"
dest: "pyproject-rpm-macros"
tests:
- smoke:
run: poetry new smoke && cd smoke && poetry install && poetry run pytest
- pyproject_clikit:
dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-clikit
required_packages:
- poetry
- mock
- rpmdevtools
- rpm-build

Loading…
Cancel
Save