Commit c74d76a3 by JonahStanley

Removed test breakpoint

parent d471bcb7
......@@ -43,11 +43,6 @@ def no_duplicate(step, file_name):
assert only_one
@step(u'I PAUSE')
def pause(step):
from pdb import set_trace; set_trace()
def get_index(file_name):
names_css = '.name-col > a.filename'
all_names = world.css_find(names_css)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment