Skip to content

Commit 3d3dffa

Browse files
Expand unit tests with comprehensive coverage of survival mechanism
Co-authored-by: dmccoystephenson <[email protected]>
1 parent c4fe31c commit 3d3dffa

File tree

3 files changed

+373
-59
lines changed

3 files changed

+373
-59
lines changed

.coverage

0 Bytes
Binary file not shown.

src/kreatures.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,5 +268,6 @@ def run(self):
268268
self.printStats()
269269

270270

271-
kreatures = Kreatures()
272-
kreatures.run()
271+
if __name__ == "__main__":
272+
kreatures = Kreatures()
273+
kreatures.run()

0 commit comments

Comments
 (0)