ASIO: Example tests integration

This commit is contained in:
Suren Gabrielyan
2022-09-13 19:14:10 +04:00
parent b8d1e58778
commit 5193ebc6ea
14 changed files with 230 additions and 114 deletions

View File

@ -0,0 +1,8 @@
from __future__ import unicode_literals
import pytest
from pytest_embedded import Dut
def test_examples_asio_ssl(dut):
dut.expect('Reply: GET / HTTP/1.1')