Test: testDeleteChunks asserts that the chunk is no longer present.
This commit is contained in:
parent
adb6b7bb45
commit
df75222f2b
@ -68,6 +68,7 @@ class TestAnvilLevel(unittest.TestCase):
|
||||
|
||||
for x, z in itertools.product(xrange(-1, 3), xrange(-1, 2)):
|
||||
level.deleteChunk(x, z)
|
||||
assert not level.containsChunk(x, z)
|
||||
level.createChunk(x, z)
|
||||
|
||||
def testFill(self):
|
||||
|
Reference in New Issue
Block a user