mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
fix merged code
This commit is contained in:
parent
c7a3907d25
commit
52d37cfeae
1 changed files with 0 additions and 7 deletions
|
@ -2,11 +2,7 @@
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
from pysollib.game import GameDrag, GameStacks
|
from pysollib.game import GameDrag, GameStacks
|
||||||
=======
|
|
||||||
from pysollib.game import GameDrag
|
|
||||||
>>>>>>> f3d3517... add missing attribute.
|
|
||||||
|
|
||||||
|
|
||||||
class MyTests(unittest.TestCase):
|
class MyTests(unittest.TestCase):
|
||||||
|
@ -14,12 +10,9 @@ class MyTests(unittest.TestCase):
|
||||||
d = GameDrag()
|
d = GameDrag()
|
||||||
d.shadows.append("test")
|
d.shadows.append("test")
|
||||||
self.assertTrue(len(d.shadows))
|
self.assertTrue(len(d.shadows))
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
def test_addattr(self):
|
def test_addattr(self):
|
||||||
s = GameStacks()
|
s = GameStacks()
|
||||||
s.addattr(tableaux=[])
|
s.addattr(tableaux=[])
|
||||||
s.tableaux.append("myval")
|
s.tableaux.append("myval")
|
||||||
self.assertEqual(s.tableaux, ["myval"])
|
self.assertEqual(s.tableaux, ["myval"])
|
||||||
=======
|
|
||||||
>>>>>>> f3d3517... add missing attribute.
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue