mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-09 12:17:31 +00:00
python3-pika: Enable tests
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>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
pytest --automake tests/unit/ tests/misc/ tests/stubs/
|
||||
Reference in New Issue
Block a user