Commit Graph

11 Commits

Author SHA1 Message Date
Brett Sun 151d1c5a0c Suggest starting multi-line imports on the next line to pass flake8 (#923) 2016-12-20 18:30:42 +01:00
troymc dd01dd099f Moved tests docs from PYTHON_STYLE_GUIDE.md to tests/README.md 2016-12-18 11:01:15 +01:00
Brett Sun 86019d51eb Add tox usage to testing docs (#915)
* Use section header for CI testing in style guide document
* Add tox section to style guide document
* Reword style guide's testing section to be more general after introduction of integration tests
2016-12-08 17:10:48 +01:00
Troy McConaghy 196f11098b Added note about running flake8 2016-11-14 18:54:50 +01:00
troymc 783c9a5834 Python Style Guide: How to Format Long import Statements 2016-04-29 15:01:36 +02:00
troymc 4b4df442d5 Developer-specific notes on running unit tests 2016-04-13 11:44:36 +02:00
vrde fb6ba30658
Move refs from develop to master 2016-04-11 14:47:16 +02:00
troymc 785ee388fe Move info on running all unit tests into the Sphinx docs 2016-03-17 16:20:11 +01:00
Troy McConaghy cfbce45fa3 In PyStyleGuide: hard-max line-length is 119 chars
Added the following sentence to the Python Style Guide section on Maximum Line Length:

"As a hard limit, keep all lines less than 119 characters (which is the width of GitHub code review)."
2016-03-01 11:31:39 +01:00
troymc 2a611c7d32 Make Sylvain's suggested changes to py style guide 2016-02-25 17:26:42 +01:00
troymc 5fd12a8b3f Add Python Style Guide, update CONTRIBUTING.md 2016-02-25 16:18:51 +01:00