summaryrefslogtreecommitdiff
path: root/nose/tools/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'nose/tools/__init__.py')
-rw-r--r--nose/tools/__init__.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/nose/tools/__init__.py b/nose/tools/__init__.py
new file mode 100644
index 0000000..ba32301
--- /dev/null
+++ b/nose/tools/__init__.py
@@ -0,0 +1,11 @@
+"""
+Tools for testing
+-----------------
+
+nose.tools provides a few convenience functions to make writing tests
+easier. You don't have to use them; nothing in the rest of nose depends
+on any of these methods.
+
+"""
+from nose.tools.nontrivial import *
+from nose.tools.trivial import *