mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-04 14:16:44 +02:00
9 lines
162 B
Python
9 lines
162 B
Python
![]() |
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')
|