mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
test presence of a <move/> element
add a testcase for the XML output
This commit is contained in:
parent
dd42ac10ea
commit
6bc5b53995
1 changed files with 5 additions and 1 deletions
|
@ -61,7 +61,11 @@ class ImportFileTests(unittest.TestCase):
|
||||||
def test_import_XML(self):
|
def test_import_XML(self):
|
||||||
return self._successful_import__XML_test(
|
return self._successful_import__XML_test(
|
||||||
fn='tests/unit/data/with-10-for-rank.txt',
|
fn='tests/unit/data/with-10-for-rank.txt',
|
||||||
expected_regex='''<state><move pile="store0" position="0">''',
|
expected_regex=(
|
||||||
|
'''<state><move pile="store0" position="0">'''
|
||||||
|
'''<card id="[0-9]+" rank="four"'''
|
||||||
|
''' suit="clubs" turn="face-up"></card>'''
|
||||||
|
),
|
||||||
blurb='xml import worked')
|
blurb='xml import worked')
|
||||||
|
|
||||||
def test_import(self):
|
def test_import(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue