File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,10 +63,11 @@ def test_profilex(self):
6363# """ Run record_demo.py -- demonstrate record extension """
6464# self.assertEqual(run_example(examples_folder + "record_demo.py"), 0)
6565
66- def test_security (self ):
67- """ Run security.py -- demonstrate the SECURITY extension """
68- self .assertEqual (run_example (examples_folder + "security.py --generate" ), 0 )
69- self .assertEqual (run_example (examples_folder + "security.py --revoke" ), 0 )
66+ # TODO Python 3
67+ # def test_security(self):
68+ # """ Run security.py -- demonstrate the SECURITY extension """
69+ # self.assertEqual(run_example(examples_folder + "security.py --generate"), 0)
70+ # self.assertEqual(run_example(examples_folder + "security.py --revoke"), 0)
7071
7172 def test_xfixes (self ):
7273 """ Run xfixes.py -- demonstrate the XFIXES extension """
You can’t perform that action at this time.
0 commit comments