mirror of
https://github.com/coursera-dl/coursera-dl.git
synced 2026-07-29 22:10:05 +00:00
There is much more to mention, like adding tests to our test suite and so on. Also, the formatting sucks.
689 B
689 B
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, andpylint.
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.