Commit 4ac89345 by Chris Jerdonek

Added a TODO to pystache/commands/test.py about nose's defaultTest keyword argument.

parent 212dc527
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment