test: improve coverage and raise threshold to 80% (#154)

This commit is contained in:
banteg
2026-01-16 13:19:41 +04:00
committed by GitHub
parent 92b33c5181
commit da881fcee5
26 changed files with 4282 additions and 412 deletions
+7
View File
@@ -0,0 +1,7 @@
from takopi import api
def test_api_exports() -> None:
assert api.TAKOPI_PLUGIN_API_VERSION == 1
assert "TransportRuntime" in api.__all__
assert api.TransportRuntime is not None