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

Pipeline #94051 passed

Pipeline passed for 595bd54f on resource-str-test

Test coverage 80.00% (1.00%) from 7 jobs
Approval is optional

Merged by Oscar GustafssonOscar Gustafsson 2 years ago (Apr 11, 2023 7:23am UTC)

Merge details

  • Changes merged into master with 595bd54f (commits were squashed).
  • Deleted the source branch.

Pipeline #94053 passed

Pipeline passed for 595bd54f on master

Test coverage 80.00% (1.00%) from 7 jobs

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