Commit 4a4db8e0 authored by Ivan Tyagov's avatar Ivan Tyagov

Tests disabled by mistake.

parent fe78ac9c
...@@ -2710,8 +2710,8 @@ class TestDocumentPerformance(TestDocumentMixin): ...@@ -2710,8 +2710,8 @@ class TestDocumentPerformance(TestDocumentMixin):
def test_suite(): def test_suite():
suite = unittest.TestSuite() suite = unittest.TestSuite()
suite.addTest(unittest.makeSuite(TestDocument)) suite.addTest(unittest.makeSuite(TestDocument))
#suite.addTest(unittest.makeSuite(TestDocumentWithSecurity)) suite.addTest(unittest.makeSuite(TestDocumentWithSecurity))
#suite.addTest(unittest.makeSuite(TestDocumentPerformance)) suite.addTest(unittest.makeSuite(TestDocumentPerformance))
return suite return suite
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment