ui: more information

This commit is contained in:
Dobin
2024-04-14 21:37:54 +01:00
parent 4901c7b320
commit 70c4a95b1b
7 changed files with 95 additions and 25 deletions
+3
View File
@@ -21,6 +21,9 @@ class RangeManagerTest(unittest.TestCase):
holes = rm.find_holes(20)
self.assertEqual([(31, 49), (61, 100)], holes)
largest = rm.find_largest_gap()
self.assertEqual(40, largest)
def test_relocmanager(self):
exehost = ExeHost(PATH_EXES + "procexp64.exe")