Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6bbada5

Browse files
Update home_tests.py
Importing `client` no longer needed with the addition of conftest.py
1 parent 5280da5 commit 6bbada5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/ch14_testing/final/tests/home_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from flask import Response
22

3-
from tests.test_client import client, flask_app
3+
from tests.test_client import flask_app
44
from pypi_org.views import home_views
55

66

0 commit comments

Comments
 (0)