cubicweb/server/test/unittest_security.py
changeset 12567 26744ad37953
parent 12496 ad995a9905f9
equal deleted inserted replaced
12566:6b3523f81f42 12567:26744ad37953
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """functional tests for server'security"""
    18 """functional tests for server'security"""
    19 
       
    20 from six.moves import range
       
    21 
    19 
    22 from logilab.common.testlib import unittest_main
    20 from logilab.common.testlib import unittest_main
    23 
    21 
    24 from cubicweb.devtools.testlib import CubicWebTC
    22 from cubicweb.devtools.testlib import CubicWebTC
    25 from cubicweb import Unauthorized, ValidationError, QueryError, Binary
    23 from cubicweb import Unauthorized, ValidationError, QueryError, Binary