DEBSOURCES
Skip Quicknav
sources / python-molotov / 2.7-2 / molotov / tests / mylib.py
1234567
import os PORT = os.environ.get("TEST_PORT", "8888") def get_url(): return "http://localhost:%s" % PORT