Scrython/tests/cards_unit_test.py

8 lines
119 B
Python

import unittest
import cards
class TestObjectCreation(unittest.TestCase):
def testRandomCard(self):
pass