Added 15 tests to secure the latest card code package for future changes.
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#Testing Armillary Sphere ("<upto:x>"): "{2}, {T}, Sacrifice Armillary Sphere: Search your library for up to two basic land cards, reveal them, and put them into your hand. Then shuffle your library."
|
||||
#Test 1: Can you search for only one target basic land?
|
||||
Wished result's answer: YES.
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
library:forest,island
|
||||
inplay:Armillary Sphere
|
||||
manapool:{2}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
Armillary Sphere
|
||||
island
|
||||
Armillary Sphere
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
graveyard:Armillary Sphere
|
||||
hand:island
|
||||
library:forest
|
||||
manapool:{0}
|
||||
[PLAYER2]
|
||||
[END]
|
||||
Reference in New Issue
Block a user