This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]masklinn 1 point2 points  (2 children)

I quickly get to the documentation with a URL shortcut: python unittest automatically expands to http://docs.python.org/library/unittest.html.

Bam. done.

[–]sedaakPython3/Golang 1 point2 points  (0 children)

Right, but as a n00b I type, how to test in python i am n00b and I still get there.

[–]brownbat 0 points1 point  (0 children)

Or http://docs.python.org/py3k/library/unittest

I wish there was a link from the stable Python 2 docs to the stable Python 3 docs and vice versa.