Tests: simplified module checking.

This commit is contained in:
Andrey Zelenkov
2019-04-09 16:14:42 +03:00
parent 7b839bf5da
commit af24e4dec4
18 changed files with 21 additions and 35 deletions

View File

@@ -2,8 +2,7 @@ from unit.applications.lang.python import TestApplicationPython
class TestHTTPHeader(TestApplicationPython):
def setUpClass():
TestApplicationPython().check_modules('python')
prerequisites = ['python']
def test_http_header_value_leading_sp(self):
self.load('custom_header')