Skip to content

Commit

Permalink
Fix doctest.
Browse files Browse the repository at this point in the history
  • Loading branch information
c0fec0de committed Nov 25, 2017
1 parent 32850ab commit f0293c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ List extending automatically to the maximum requested length.

Added indicies are filled with None by default.

>>> from defaultlist import defaultlist
>>> l = defaultlist()
>>> l
[]
Expand Down
2 changes: 1 addition & 1 deletion defaultlist.sublime-project
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[
{
"name": "All --with-doctest",
"shell_cmd": "(cd $project_path && nosetests --with-doctest); (cd $project_path/docs && make html); (cd $project_path/ && flake8 defaultlist.py); (cd $project_path && pep257 defaultlist.py --ignore='D100,D101,D105,D211'); (cd $project_path && python -m doctest README.rst docs/*.rst docs/*/*.rst)"
"shell_cmd": "(cd $project_path && nosetests --with-doctest); (cd $project_path/docs && make html); (cd $project_path/ && flake8 defaultlist.py); (cd $project_path && pep257 defaultlist.py --ignore='D100,D101,D105,D211'); (cd $project_path && python -m doctest README.rst docs/*.rst)"
},
{
"name": "All",
Expand Down

0 comments on commit f0293c1

Please sign in to comment.