summaryrefslogtreecommitdiff
path: root/tests/test_sel.py
blob: 65f12b83f097539c7ac6284fe13f77e9a90701cf (plain)
1
2
3
4
5
6
7
8
9
10
# -*- coding: utf-8 -*-
from .compat import unittest
from webtest import sel


class TestSelenium(unittest.TestCase):

    def test_raises(self):
        self.assertRaises(ImportError, sel.SeleniumApp)
        self.assertRaises(ImportError, sel.selenium)