~testdoc-dev/testdoc/trunk.git

« back to all changes in this revision

Viewing changes to testdoc/tests/hasemptycase.py

  • Committer: jml@canonical.com
  • Date: 2007-03-25 09:47:54 UTC
  • Revision ID: git-v1:efaa91a66979f582c7692974477fb9b0716ba2d7
First draft after a day of hacking on a crazy python test -> doc tool.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import unittest
 
2
 
 
3
class SomeTest(unittest.TestCase):
 
4
    pass
 
5