Sign in
chromium
/
external
/
github.com
/
Pylons
/
webtest
/
refs/heads/github-actions
/
.
/
tests
/
test_sel.py
blob: 228a45d35d551182c6ed12eebf56d5f85852962a [
file
] [
log
] [
blame
] [
edit
]
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
)