8 lines
119 B
Python
8 lines
119 B
Python
|
import unittest
|
||
|
import cards
|
||
|
|
||
|
class TestObjectCreation(unittest.TestCase):
|
||
|
|
||
|
def testRandomCard(self):
|
||
|
pass
|