author: harry percival

Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and JavaScript

... command to work. Note also that the symlink will only work in Git Bash, not in the regular DOS command prompt. 4. Python 3.4 comes with pip, the package management tool. You can check it's in‐stalled by doing a which pip3 from a command ...

Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and JavaScript

... test_login.py (ch17l050) [...] # she is logged in! self.wait_for( lambda: self.browser.find_element_by_link_text('Log out') ) navbar = self.browser.find_element_by_css_selector('.navbar') self.assertIn(TEST_EMAIL, navbar.text) # Now she ...

This website uses cookies and collects data for optimal performance. Your continued use signifies agreement to our Privacy Policy.