mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 09:24:21 +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
|
from cherrypy import Application
|
||||||
import logging
|
import logging
|
||||||
from ldapcherry.lclogging import *
|
from ldapcherry.lclogging import *
|
||||||
|
from disable import *
|
||||||
import json
|
import json
|
||||||
|
|
||||||
cherrypy.session = {}
|
cherrypy.session = {}
|
||||||
@ -245,6 +246,7 @@ class TestError(object):
|
|||||||
app._modify(modify_form)
|
app._modify(modify_form)
|
||||||
app._deleteuser('test')
|
app._deleteuser('test')
|
||||||
|
|
||||||
|
@slow_disabled
|
||||||
def testHtml(self):
|
def testHtml(self):
|
||||||
app = LdapCherry()
|
app = LdapCherry()
|
||||||
loadconf('./tests/cfg/ldapcherry_test.ini', app)
|
loadconf('./tests/cfg/ldapcherry_test.ini', app)
|
||||||
@ -266,6 +268,7 @@ class TestError(object):
|
|||||||
loadconf('./tests/cfg/ldapcherry_test.ini', app)
|
loadconf('./tests/cfg/ldapcherry_test.ini', app)
|
||||||
app.modify('ssmith'),
|
app.modify('ssmith'),
|
||||||
|
|
||||||
|
@slow_disabled
|
||||||
def testNaughtyStrings(self):
|
def testNaughtyStrings(self):
|
||||||
app = LdapCherry()
|
app = LdapCherry()
|
||||||
loadconf('./tests/cfg/ldapcherry_test.ini', app)
|
loadconf('./tests/cfg/ldapcherry_test.ini', app)
|
||||||
|
Loading…
Reference in New Issue
Block a user