mirror of https://github.com/yandex/gixy
Remove nose.tools imports
parent
d9a3496de8
commit
80cc1edc9c
|
@ -1,4 +1,3 @@
|
|||
from nose.tools import with_setup, assert_equals, assert_not_equals, assert_true
|
||||
from gixy.core.context import get_context, pop_context, push_context, purge_context, CONTEXTS, Context
|
||||
from gixy.directives.block import Root
|
||||
from gixy.core.variable import Variable
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
from nose.tools import assert_true, assert_false, assert_equals
|
||||
from gixy.core.regexp import Regexp
|
||||
|
||||
'''
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
from nose.tools import assert_true, assert_false, assert_equals, with_setup
|
||||
from gixy.core.context import get_context, push_context, purge_context
|
||||
from gixy.directives.block import Root
|
||||
from gixy.core.regexp import Regexp
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
from nose.tools import assert_equals, assert_true, assert_false, assert_is_instance, assert_is_none, assert_is_not_none
|
||||
from gixy.parser.nginx_parser import NginxParser
|
||||
from gixy.directives.block import *
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
from nose.tools import assert_equals, assert_false, assert_true, assert_is_instance
|
||||
from gixy.parser.nginx_parser import NginxParser
|
||||
from gixy.directives.directive import *
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
from nose.tools import assert_equal, assert_is_instance
|
||||
from gixy.parser.nginx_parser import NginxParser
|
||||
from gixy.directives.directive import *
|
||||
from gixy.directives.block import *
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
from nose.tools import assert_equals
|
||||
from gixy.parser.raw_parser import *
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
from nose.tools import assert_equals, assert_true, assert_in
|
||||
import os
|
||||
from os import path
|
||||
import json
|
||||
|
|
Loading…
Reference in New Issue