gabrielpjordao / pyfunct

A small framework to organize python functional web tests
24 stars 9 forks source link

Adds mouse_out and fixes test cases #7

Closed vicentealencar closed 11 years ago

vicentealencar commented 11 years ago

Implements the mouse_out method for the splinter driver and adds it to the interface. Additionally, fixes test cases that were producing false positives due to the usage of "assert_called()" instead of "assertcalled(once_)with())