Skip to content
Snippets Groups Projects
Commit 4feea1ce authored by Manuel Günther's avatar Manuel Günther
Browse files

Added the documentation for the test_utils to the Python API documentation

parent cfb49455
No related branches found
No related tags found
No related merge requests found
......@@ -31,9 +31,23 @@ Functions
bob.io.base.extensions
bob.io.base.get_config
Test Utilities
--------------
These functions might be useful when you are writing your nose tests.
Please note that this is not part of the default ``bob.io.base`` API, so in order to use it, you have to ``import bob.io.base.test_utils`` separately.
.. autosummary::
bob.io.base.test_utils.datafile
bob.io.base.test_utils.temporary_filename
bob.io.base.test_utils.extension_available
Details
-------
.. automodule::
bob.io.base
.. automodule::
bob.io.base.test_utils
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment