mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-23 18:54:09 -05:00
remove a file that was created during a test
This commit is contained in:
@@ -452,6 +452,9 @@ class TestAsmList(unittest.TestCase):
|
||||
self.assertEqual(len(obj), len(labels))
|
||||
self.assertEqual(len(obj), 2)
|
||||
self.assertEqual(obj, labels)
|
||||
# remove the current file
|
||||
if os.path.exists(filename):
|
||||
os.system("rm " + filename)
|
||||
|
||||
def test_isolate_incbins(self):
|
||||
global asm
|
||||
|
||||
Reference in New Issue
Block a user