Skip to content

Instantly share code, notes, and snippets.

@cneill
Created May 19, 2016 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cneill/04c403ef0d4a7cc9763002d55bcbf07d to your computer and use it in GitHub Desktop.
Save cneill/04c403ef0d4a7cc9763002d55bcbf07d to your computer and use it in GitHub Desktop.
doc/source/conf.py:78:intersphinx_mapping = {'cafe': ('http://opencafe.readthedocs.org/en/latest', None)}
doc/source/conf.py:81:# 'cafe',
doc/source/conf.py:82:# 'cafe.engine.http.client',
doc/source/conf.py:83:# 'cafe.drivers.unittest.arguments'
syntribos/arguments.py:18:import cafe.drivers.unittest.arguments
syntribos/arguments.py:70: action=cafe.drivers.unittest.arguments.ConfigAction,
syntribos/arguments.py:71: help="test config. Looks in the ~/.opencafe/configs directory"
syntribos/clients/http/base_http_client.py:3:# Original from OpenCafe (https://github.com/openstack/opencafe)
syntribos/clients/http/config.py:14:from cafe.engine.models.data_interfaces import ConfigSectionInterface
syntribos/config.py:14:from cafe.engine.models.data_interfaces import ConfigSectionInterface
syntribos/extensions/identity/config.py:14:import cafe.engine.models.data_interfaces as data_interfaces
syntribos/extensions/identity/models/base.py:17:import cafe.engine.models.base
syntribos/extensions/identity/models/base.py:28:class BaseIdentityModel(cafe.engine.models.base.AutoMarshallingModel):
syntribos/runner.py:20:from cafe.common.reporting.cclogging import init_root_log_handler
syntribos/runner.py:21:from cafe.configurator.managers import TestEnvManager
syntribos/runner.py:22:import cafe.drivers.base
syntribos/runner.py:47: if not os.environ.get("CAFE_CONFIG_FILE_PATH"):
syntribos/runner.py:48: os.environ["CAFE_CONFIG_FILE_PATH"] = "./"
syntribos/runner.py:100: test_log = os.environ.get("CAFE_TEST_LOG_PATH")
syntribos/runner.py:144: cafe.drivers.base.print_exception(
syntribos/tests/auth/base_auth.py:21:data_dir = os.environ.get("CAFE_DATA_DIR_PATH")
syntribos/tests/base.py:18:import cafe.drivers.unittest.fixtures
syntribos/tests/base.py:70:class BaseTestCase(cafe.drivers.unittest.fixtures.BaseTestFixture):
syntribos/tests/fuzz/base_fuzz.py:24:data_dir = os.environ.get("CAFE_DATA_DIR_PATH", "")
syntribos/tests/fuzz/config.py:14:from cafe.engine.models.data_interfaces import ConfigSectionInterface
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment