18 lines
383 B
Plaintext
18 lines
383 B
Plaintext
/plan:
|
|
summary: Basic test suite
|
|
discover:
|
|
how: fmf
|
|
execute:
|
|
how: tmt
|
|
/test:
|
|
summary: Run all tests
|
|
test: |
|
|
git clone https://github.com/sssd-test/libeconf.git
|
|
cd libeconf/bindings/python3
|
|
cp econf.py test/econf.py
|
|
pytest -v test/test_econf_setters.py
|
|
require:
|
|
- git-core
|
|
- pytest
|
|
duration: 30m
|