Skip to content

Commit

Permalink
add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoTian committed Aug 18, 2016
1 parent 971b7b0 commit 96c82a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ def test_basic(self):
self.assertEqual(output, output2)

def test_multi_channel(self):
"""
When try to import from txt
every package should come from same channel
"""
with make_temp_env("python=3") as prefix:
assert exists(join(prefix, PYTHON_BINARY))
assert_package_is_installed(prefix, 'python-3')
Expand Down

0 comments on commit 96c82a8

Please sign in to comment.