diff options
Diffstat (limited to '')
-rw-r--r-- | ctrack/core/tests/test_functional.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ctrack/core/tests/test_functional.py b/ctrack/core/tests/test_functional.py new file mode 100644 index 0000000..6661072 --- /dev/null +++ b/ctrack/core/tests/test_functional.py @@ -0,0 +1,3 @@ +def test_can_get_homepage(browser): + browser.get("http://localhost:8000") + assert "ctrack" in browser.title |