Psyringe - created new folder "wontfix" for the Test Suite. This folder is for tests that were written for things that currently don't work and that we currently won't fix either. Nevertheless it's good to have the tests available in case some of these problems become fixable later on.
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.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#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]
|
||||
Reference in New Issue
Block a user