test_sel.py
Go to the documentation of this file.
00001 # -*- coding: utf-8 -*-
00002 from .compat import unittest
00003 from webtest import sel
00004 
00005 
00006 class TestSelenium(unittest.TestCase):
00007 
00008     def test_raises(self):
00009         self.assertRaises(ImportError, sel.SeleniumApp)
00010         self.assertRaises(ImportError, sel.selenium)


webtest
Author(s): AlexV
autogenerated on Sat Jun 8 2019 20:32:07