~geoff.bache/+junk/pytddmon_tests

« back to all changes in this revision

Viewing changes to test_succeeds/test_sut.py

  • Committer: Geoff Bache
  • Date: 2010-01-10 20:00:56 UTC
  • Revision ID: geoff.bache@jeppesen.com-20100110200056-iawnz8lyyqbgdpg3
Initial test suite with 98% coverage

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
import unittest
 
3
 
 
4
class test_works(unittest.TestCase):
 
5
        def test_works(self):
 
6
                self.assertTrue(True)