aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/core/tests/test_functional.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ctrack/core/tests/test_functional.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/ctrack/core/tests/test_functional.py b/ctrack/core/tests/test_functional.py
index a802f22..6661072 100644
--- a/ctrack/core/tests/test_functional.py
+++ b/ctrack/core/tests/test_functional.py
@@ -1,14 +1,3 @@
-import pytest
-from selenium import webdriver
-
-
-@pytest.fixture
-def browser():
- b = webdriver.Firefox()
- yield b
- b.quit()
-
-
def test_can_get_homepage(browser):
browser.get("http://localhost:8000")
assert "ctrack" in browser.title