2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
0c92d942ec |
|||
|
52f34a915d |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
0c92d942ec |
py-test.mk: Generate conftest.py
All checks were successful
CI / Packaging - Kali Linux (pull_request) Successful in 4m21s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Successful in 4m40s
CI / Packaging test (pull_request) Successful in 0s
CI / Packaging - Kali Linux (push) Successful in 4m6s
CI / Packaging - OpenSUSE Tumbleweed (push) Successful in 4m12s
CI / Packaging test (push) Successful in 0s
Generate a standard conftest.py, mostly for customizing pytest's bombastic test header, which otherwise lets the more informative make output look too pale in comparison. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
|
52f34a915d |
py-test.mk: Add file
Add a dedicated py-test.mk for running tests with pytest instead of python. The commit introduces a new variable PYTHON_RUNNER, which is then used by py-run.mk to do it's usual thing. Running pytest is similar enough to running Python programs to keep the rest of the machinery and prevent redundancy from creeping in. Signed-off-by: Jan Lindemann <jan@janware.com> |