For keeping code quality high, at work we make extensive use of unit and functional testing. Today a small problem arose, as it seemed somewhat difficult to find links on icons. Luckily we have alt-tags on those icons, so in the end it was as simple as doing
>>> b.find_link(text='Commit[IMG]')Link(base_url='http://localhost:8085/cobes/@@index', ...)
Great isn't it? ![]()

