Skip to content

Commit

Permalink
Auto merge of #43046 - milmazz:bootstrap-unittest, r=aidanhs
Browse files Browse the repository at this point in the history
bootstrap: Add doctests and unitests

This commit includes the following changes:

* Include more docstrings in classes, methods, and functions
* Add doctests, which are great for self-documenting our source code
* Add some unit tests with the `unittest` module
* Remove `WindowsError` reference on non-windows systems
* Rename some variables to be more explicit about their meaning
* Move all the attributes defined outside of `__init__`
* Add initial support for Python 3

r? @alexcrichton
  • Loading branch information
bors committed Jul 25, 2017
2 parents c417ee9 + f516765 commit b5e8a8e
Show file tree
Hide file tree
Showing 4 changed files with 427 additions and 201 deletions.

0 comments on commit b5e8a8e

Please sign in to comment.