test_configuration.py (1871:11bd3ef5a1fc) test_configuration.py (1902:17547cf0ed39)
1import socket
2
1import pytest
2
3import pytest
4
3import socket
4from unit.control import TestControl
5
6
7class TestConfiguration(TestControl):
8 prerequisites = {'modules': {'python': 'any'}}
9
10 def test_json_empty(self):
11 assert 'error' in self.conf(''), 'empty'

--- 371 unchanged lines hidden ---
5from unit.control import TestControl
6
7
8class TestConfiguration(TestControl):
9 prerequisites = {'modules': {'python': 'any'}}
10
11 def test_json_empty(self):
12 assert 'error' in self.conf(''), 'empty'

--- 371 unchanged lines hidden ---