Run a simple smoke test and the upstream test suite. Use `tmt run` to safely execute tests from your laptop. See also: https://tmt.readthedocs.io/en/latest/guide.html
3 lines
107 B
Text
3 lines
107 B
Text
summary: Run the upstream test suite
|
|
test: cd ../html2text-*/ && python3 -m pytest
|
|
require: python3-pytest
|