Skip to content
Snippets Groups Projects

resources.py: add test to __str__

Merged Mikael Henriksson requested to merge resource-str-test into master
1 unresolved thread

This commit should also increase the code coverage of resources.py to around 90%.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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]
  • added 1 commit

    • ad377055 - resources.py: add test to __str__

    Compare with previous version

  • Mikael Henriksson resolved all threads

    resolved all threads

  • Mikael Henriksson added 11 commits

    added 11 commits

    Compare with previous version

  • Oscar Gustafsson approved this merge request

    approved this merge request

  • Please register or sign in to reply
    Loading