blob: 8c6a68e2b69ee0a649f13f40986bb297a1957338 [file] [log] [blame]
import unittest
from testedCode.my_class import *
class MyClassTest(unittest.TestCase):
def test_foo(self):
c = MyClass()
self.assertEquals("bar", c.foo())