Added 15 tests to secure the latest card code package for future changes.
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#Testing Rending Vines.
|
||||
#"Destroy target artifact or enchantment if its converted mana cost is less than or equal to the number of cards in your hand. -- Draw a card."
|
||||
#Version:The destruction should fail here.
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
library:Grizzly Bears
|
||||
hand:Island,Rending Vines
|
||||
manapool:{G}{G}{G}
|
||||
[PLAYER2]
|
||||
inplay:Omega Myr
|
||||
life:20
|
||||
[DO]
|
||||
Rending Vines
|
||||
Omega Myr
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:Island,Grizzly Bears
|
||||
graveyard:Rending Vines
|
||||
manapool:{0}
|
||||
[PLAYER2]
|
||||
inplay:Omega Myr
|
||||
[END]
|
||||
Reference in New Issue
Block a user