There were a couple of scripts in _tests.txt which were commented out for this reason, I moved them to the new wontfix folder too. I think it's cleaner and easier mto maintain to only have tests in the "tests" folder which actually work and are meant to succeed.
20 lines
251 B
Plaintext
20 lines
251 B
Plaintext
#Testing Random discard
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
hand:Mind Rot
|
|
manapool:{2}{B}
|
|
[PLAYER2]
|
|
hand:swamp,plains,mountain
|
|
[DO]
|
|
Mind Rot
|
|
p2
|
|
[ASSERT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
graveyard:Mind Rot
|
|
manapool:{0}
|
|
[PLAYER2]
|
|
hand:*
|
|
graveyard:*,*
|
|
[END] |