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


class TestSelenium(unittest.TestCase):

    def test_raises(self):
        self.assertRaises(ImportError, ext.casperjs)