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


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