Tests: style.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import os
|
||||
import shutil
|
||||
|
||||
from unit.applications.proto import TestApplicationProto
|
||||
|
||||
@@ -3,8 +3,8 @@ import re
|
||||
import time
|
||||
|
||||
from unit.control import TestControl
|
||||
from unit.option import option
|
||||
from unit.log import Log
|
||||
from unit.option import option
|
||||
|
||||
|
||||
class TestApplicationProto(TestControl):
|
||||
|
||||
@@ -3,8 +3,8 @@ import os
|
||||
|
||||
from unit.applications.lang.go import TestApplicationGo
|
||||
from unit.applications.lang.java import TestApplicationJava
|
||||
from unit.applications.lang.ruby import TestApplicationRuby
|
||||
from unit.applications.lang.node import TestApplicationNode
|
||||
from unit.applications.lang.ruby import TestApplicationRuby
|
||||
from unit.applications.proto import TestApplicationProto
|
||||
from unit.http import TestHTTP
|
||||
from unit.option import option
|
||||
|
||||
Reference in New Issue
Block a user