From fbd6725e84fe27d1bc764efbec2142f710855b03 Mon Sep 17 00:00:00 2001 From: Loic GUEGAN Date: Sun, 2 Sep 2018 21:39:51 +0200 Subject: Add test --- MicSim/test/test_ram.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'MicSim/test/test_ram.py') diff --git a/MicSim/test/test_ram.py b/MicSim/test/test_ram.py index 58e42cb..6baf158 100644 --- a/MicSim/test/test_ram.py +++ b/MicSim/test/test_ram.py @@ -97,8 +97,5 @@ class RamTest(unittest.TestCase): self.caretaker["PC"]=-1*randint(0,self.ramSize-1) ram.fetch() - - - if __name__ == "__main__": unittest.main() -- cgit v1.2.3