Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 530 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 530 Bytes

autogmailpy

Python Selenium Gmail Tests

Instructions

Go to the tests folder and you'll have the following options:

  • Install dependencies: python setup.py install
  • Run with: python -m unittest name_of_test.py
  • Individual tests: python name_of_test.py Class.test_name
  • You can also run everything with nose: nosetests --with-xunit

Or simply run the package: python setup.py test

Requirements

  • Python 3+
  • Selenium
  • Firefox
  • Gmail account configured in the autogmailpy.helpers dictionary