mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-09 00:07:23 +00:00
0135c3278f
Inherit ptest-python-pytest and include tests for Pika. Run the tests that don't require the docker container with RabbitMQ. The PyPI package omits some files for testing like tests/__init__.py use the GitHub source for SRC_URI instead. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
4 lines
66 B
Bash
4 lines
66 B
Bash
#!/bin/sh
|
|
|
|
pytest --automake tests/unit/ tests/misc/ tests/stubs/
|