mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-11 20:18:52 +01:00
adding slow_disabled decorator on html check unit tests
This commit is contained in:
parent
52557afa6a
commit
2e98e380df
@ -18,6 +18,7 @@ from cherrypy.process import plugins, servers
|
||||
from cherrypy import Application
|
||||
import logging
|
||||
from ldapcherry.lclogging import *
|
||||
from disable import *
|
||||
import json
|
||||
|
||||
cherrypy.session = {}
|
||||
@ -245,6 +246,7 @@ class TestError(object):
|
||||
app._modify(modify_form)
|
||||
app._deleteuser('test')
|
||||
|
||||
@slow_disabled
|
||||
def testHtml(self):
|
||||
app = LdapCherry()
|
||||
loadconf('./tests/cfg/ldapcherry_test.ini', app)
|
||||
@ -266,6 +268,7 @@ class TestError(object):
|
||||
loadconf('./tests/cfg/ldapcherry_test.ini', app)
|
||||
app.modify('ssmith'),
|
||||
|
||||
@slow_disabled
|
||||
def testNaughtyStrings(self):
|
||||
app = LdapCherry()
|
||||
loadconf('./tests/cfg/ldapcherry_test.ini', app)
|
||||
|
Loading…
Reference in New Issue
Block a user