pollen-robotics / gst-signalling-py

Python implementation of the Gstreamer signalling
Apache License 2.0
1 stars 0 forks source link

46 add unit tests #47

Closed FabienDanieau closed 1 month ago

FabienDanieau commented 1 month ago

run pytest at the root of the repo. You need a running signalling server on your machine.

for the CI, gstreamer is installed on the basic ubuntu image (24.04) + the signalling server

github-actions[bot] commented 1 month ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
80 75 94% 0% 🟢

New Files

File Coverage Status
tests/basic/init.py 100% 🟢
tests/basic/conftest.py 100% 🟢
tests/basic/test_a_list_producers.py 100% 🟢
tests/basic/test_consumer.py 100% 🟢
tests/basic/test_producer.py 100% 🟢
tests/conftest.py 100% 🟢
tests/data/init.py 100% 🟢
tests/data/test_data.py 88% 🟢
TOTAL 98% 🟢

Modified Files

No covered modified files...

updated for commit: b0136cf by action🐍