mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 20:37:48 +02:00
adding slow_disabled decorator on html check unit tests
This commit is contained in:
parent
52557afa6a
commit
2e98e380df
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue