Sign in
chromium
/
external
/
github.com
/
Pylons
/
webtest
/
refs/heads/github-actions
/
.
/
tests
/
test_ext.py
blob: 24293877869fa0166d7eb54cbcffeccbde65f279 [
file
] [
log
] [
blame
] [
edit
]
from
.
compat
import
unittest
from
webtest
import
ext
class
TestSelenium
(
unittest
.
TestCase
):
def
test_raises
(
self
):
self
.
assertRaises
(
ImportError
,
ext
.
casperjs
)