resources.py: add test to __str__
1 unresolved thread
1 unresolved thread
This commit should also increase the code coverage of resources.py
to around 90%.
Merge request reports
Activity
added 2 commits
added 2 commits
added Testing label
262 262 next_row = (time + 1) % rows 263 263 next_col = reg_idx + 1 264 264 if self.table[next_row].regs[next_col] not in (None, reg): 265 cell = self.table[next_row].regs[next_col] changed this line in version 4 of the diff
added 11 commits
-
ad377055...d609a4e4 - 10 commits from branch
master
- 595bd54f - resources.py: add test to __str__
-
ad377055...d609a4e4 - 10 commits from branch
Please register or sign in to reply