Coverage for test_emr.py : 64%

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 -*-
('aa'), ]) def test_emr_ls(runner, emr, cluster_name): """test for emr ls"""
client = boto3.client('emr') results = client.list_clusters( ClusterStates=['RUNNING', 'STARTING', 'BOOTSTRAPPING', 'WAITING'] ) print(results) assert False |