Skip to content

Commit

Permalink
show progress bar for test_api
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricporter committed Apr 8, 2017
1 parent ac0be92 commit 1ab1834
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ def test_api():
},
"mod": {
"sys_progress": {
"enabled": False,
"enabled": True,
"show": True,
},
},
}
Expand All @@ -209,7 +210,8 @@ def test_api():
},
"mod": {
"sys_progress": {
"enabled": False,
"enabled": True,
"show": True,
},
},
}
Expand All @@ -229,7 +231,8 @@ def test_api():
},
"mod": {
"sys_progress": {
"enabled": False,
"enabled": True,
"show": True,
},
},
}
Expand Down

0 comments on commit 1ab1834

Please sign in to comment.