test_tls_conf_command.py (1888:523fb9a82f63) test_tls_conf_command.py (1971:3410f9d2a662)
1import ssl
2
3import pytest
1import ssl
2
3import pytest
4
5from unit.applications.tls import TestApplicationTLS
6
7
8class TestTLSConfCommand(TestApplicationTLS):
9 prerequisites = {'modules': {'openssl': 'any'}}
10
11 @pytest.fixture(autouse=True)
12 def setup_method_fixture(self, request):

--- 100 unchanged lines hidden ---
4from unit.applications.tls import TestApplicationTLS
5
6
7class TestTLSConfCommand(TestApplicationTLS):
8 prerequisites = {'modules': {'openssl': 'any'}}
9
10 @pytest.fixture(autouse=True)
11 def setup_method_fixture(self, request):

--- 100 unchanged lines hidden ---