Skip to content

Commit

Permalink
Revert "Failing test exploring possible alias --list output"
Browse files Browse the repository at this point in the history
This reverts commit 47040e8.
  • Loading branch information
bitprophet committed Jul 12, 2011
1 parent 47040e8 commit 3e279c8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/test_main.py
Expand Up @@ -556,13 +556,3 @@ def test_aliases_appear_in_fab_list():
"""
list_output('nested_alias', 'short', """nested.foo
nested.foo_aliased""")


def test_aliases_noted_in_normal_fab_list():
"""
--list (normal) should note what tasks aliases point to
"""
list_output('nested_alias', 'normal', COMMANDS_HEADER + """:\n
nested.foo
nested.foo_aliased (alias of 'nested.foo')
""")

0 comments on commit 3e279c8

Please sign in to comment.