Coverage for test_elb : 75%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# -*- coding: utf-8 -*-
(''), ('*'), ('loadbalancer-01'), ('loadbalancer*'), ]) def test_elb_ls(runner, elb, elb_name): """test for elb ls""" result = runner.invoke(cli.cli, ['elb', 'ls', elb_name]) assert result.exit_code == 0
(''), ('*'), ('loadbalancer-01'), ('loadbalancer*'), ]) def test_elb_ls_with_l(runner, elb, elb_name): """test for elb ls -l""" |