1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/tests/lib/pysol_tests/game_drag.py

12 lines
268 B
Python

# Written by Shlomi Fish, under the MIT Expat License.
import unittest
from pysollib.game import GameDrag
class MyTests(unittest.TestCase):
def test_shadows(self):
d = GameDrag()
d.shadows.append("test")
self.assertTrue(len(d.shadows))