Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll

- 2x 2x
- 1.75x 1.75x
- 1.5x 1.5x
- 1.25x 1.25x
- 1.1x 1.1x
- 1x 1x
- 0.75x 0.75x
- 0.5x 0.5x
Doctests are the simplest tests to write in Python since they're written in plain text in the docstrings you're already writing for your code.
New terms
doctest - A test written in a docstring.
doctest library - The built-in Python library for running doctests.
Running doctests
From the command line
python -m doctest your_script.py
From inside a script
import doctest
doctest.testmod()
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
Andy McDonald
Python Development Techdegree Graduate 13,801 Points1 Answer
-
Jebadeiah Jones
10,430 Points2 Answers
-
Jeremy Schaar
4,728 Points3 Answers
-
Binyamin Friedman
14,615 Points0 Answers
-
Trung Tran
1,440 Points1 Answer
-
Hasan Ahmad
6,727 Points1 Answer
-
Flore W
4,744 PointsCan someone suggest a correction to the Dungeon get_moves() function?
Posted by Flore WFlore W
4,744 Points2 Answers
-
Vuk Spasojevic
9,491 Points4 Answers
-
Henry Lin
11,636 PointsDoes anyone know how to write doctest for move_player()?
Posted by Henry LinHenry Lin
11,636 Points1 Answer
-
PLUS
Stephen Cole
Courses Plus Student 15,810 Points1 Answer
-
Jaïr Veder
6,545 Points2 Answers
-
Coding Lab SFPL 4
678 Points0 Answers
-
Samantha Glass
511 PointsI ran the Python test and it doesn't seem to be working.
Posted by Samantha GlassSamantha Glass
511 Points1 Answer
-
vikas pal
11,563 Points1 Answer
-
Brigette Eckert
16,957 Points2 Answers
-
Eric Schroeder
19,894 Points3 Answers
View all discussions for this video
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up