Skip to content

Commit

Permalink
update tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
groutr committed Jul 21, 2015
1 parent a0b3c8b commit 30e5018
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,14 @@ def test_config_command_get():
invalid_key: yes
channel_alias: http://alpha.conda.binstar.org
channel_alias: http://alpha.conda.anaconda.org
""")

stdout, stderr = run_conda_command('config', '--file', test_condarc, '--get')
assert stdout == """\
--set always_yes True
--set changeps1 False
--set channel_alias http://alpha.conda.anaconda.org
--add channels 'defaults'
--add channels 'test'
--add create_default_packages 'numpy'
Expand Down

0 comments on commit 30e5018

Please sign in to comment.