shadow-utils/main.fmf
aborah-sudo d29a55964a Add tmt tests
Resolves: RHELMISC-9593
2025-03-05 12:10:08 +05:30

17 lines
322 B
Plaintext

/plan:
summary: Basic test suite
discover:
how: fmf
execute:
how: tmt
/test:
summary: Run all tests
test: |
git clone https://github.com/aborah-sudo/shadow-cs.git
cd shadow-cs
pytest -v shadow_cs.py
require:
- git-core
- pytest
duration: 30m