Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 689 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 689 Bytes

Please, before sending patches, it is helpful if you:

  • Make sure that you have all dependencies installed, like via

      pip install -r requirements
    
  • Run the test suite with

      nosetests --verbose --with-coverage --cover-package=coursera
    
  • Check for any potential bugs with the help of pep8, pyflakes, and pylint.

If you happen to find any issue reported by these programs, we would welcome you to fix them, as they are usually very easy to fix and we would all benefit from a better code base.