We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7581b9f commit 21492afCopy full SHA for 21492af
pytest_django/live_server_helper.py
@@ -4,9 +4,8 @@
4
class LiveServer(object):
5
"""The liveserver fixture
6
7
- This is the object which is returned to the actual user when they
8
- request the ``live_server`` fixture. The fixture handles creation
9
- and stopping however.
+ This is the object that the ``live_server`` fixture returns.
+ The ``live_server`` fixture that handles creation and stopping.
10
"""
11
12
def __init__(self, addr):
0 commit comments