Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hyperlink for example configuration #222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions README-development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ Specifying a config file
------------------------

By default, the tests will look for a config file, 'config' in 'tests/resources'.
If 'tests/resources' does not exist, the tests will try attempt to use
'tests/configuration/config'.
If 'tests/resources' does not exist, the tests will try attempt to use the
configuration defined at this location `config template`_

The default profile is ``DEFAULT``. You can change this with the
``--config-file`` and ``--config-profile`` options.

Expand All @@ -59,7 +60,7 @@ The default profile is ``DEFAULT``. You can change this with the
# Using a different profile in the default config file
tox -- --config-profile IAD_PROFILE

A sample config file is provided 'tests/configuration/config.sample'
Here is the location of a `config template`_.

Specifying environment variables
--------------------------------
Expand Down Expand Up @@ -103,4 +104,9 @@ The SDK is packaged as a wheel. In order to generate the wheel you can run:

python setup.py sdist bdist_wheel

This wheel can then be installed via `pip`.
This wheel can then be installed via `pip`.



.. _config template:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @sunstarer , please link to the github URL for the file here instead of a relative path.

tests/configuration/config.sample