summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-15 15:49:21 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-15 15:49:21 -0700
commit4ac89345fdbf3e3fe45d6c4356a800a22fe266d0 (patch)
tree1bfd5512f24e7490056a7d892c0e66a44e7db07d
parent212dc52789fd949927deba8cec6360e139fdd34d (diff)
downloadpystache-4ac89345fdbf3e3fe45d6c4356a800a22fe266d0.tar.gz
Added a TODO to pystache/commands/test.py about nose's defaultTest keyword argument.
-rw-r--r--pystache/commands/test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pystache/commands/test.py b/pystache/commands/test.py
index f8afb96..8588002 100644
--- a/pystache/commands/test.py
+++ b/pystache/commands/test.py
@@ -17,6 +17,8 @@ def main(sys_argv):
# This does not work with the --with-doctest flag yet because of the
# following issue:
# https://github.com/nose-devs/nose/issues/383
+ # TODO: change module keyword argument to defaultTest keyword argument:
+ # http://readthedocs.org/docs/nose/en/latest/api/core.html#module-nose.core
nose.main(module=pystache)