Amend envvars for GOOGLE_REFINE_{HOST,PORT}.
This commit is contained in:
parent
423a887f56
commit
87903f7808
|
@ -3,8 +3,8 @@
|
||||||
test_refine.py
|
test_refine.py
|
||||||
|
|
||||||
These tests require a connection to a Refine server either at
|
These tests require a connection to a Refine server either at
|
||||||
http://127.0.0.1:3333/ or by specifying environment variables REFINE_HOST
|
http://127.0.0.1:3333/ or by specifying environment variables
|
||||||
and REFINE_PORT.
|
GOOGLE_REFINE_HOST and GOOGLE_REFINE_PORT.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Copyright (c) 2011 Paul Makepeace, Real Programmers. All rights reserved.
|
# Copyright (c) 2011 Paul Makepeace, Real Programmers. All rights reserved.
|
||||||
|
|
|
@ -8,8 +8,8 @@ the Refine actions given in the tutorial (except the web scraping) and verify
|
||||||
the changes expected to be observed explained in the tutorial.
|
the changes expected to be observed explained in the tutorial.
|
||||||
|
|
||||||
These tests require a connection to a Refine server either at
|
These tests require a connection to a Refine server either at
|
||||||
http://127.0.0.1:3333/ or by specifying environment variables REFINE_HOST
|
http://127.0.0.1:3333/ or by specifying environment variables
|
||||||
and REFINE_PORT.
|
GOOGLE_REFINE_HOST and GOOGLE_REFINE_PORT.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Copyright (c) 2011 Paul Makepeace, Real Programmers. All rights reserved.
|
# Copyright (c) 2011 Paul Makepeace, Real Programmers. All rights reserved.
|
||||||
|
|
Loading…
Reference in New Issue