Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 2.11 KB

BACKLOG.md

File metadata and controls

33 lines (25 loc) · 2.11 KB

Backlog

LibGit2Sharp

Wiki

Tests

  • Enforce test coverage of BranchCollection using canonical names, remotes, non existing branches.
  • Add tests ensuring the behavior of indexers when being passed unknown sha and refs
  • Add GitObject equality test suite
  • Add Reference equality test suite
  • Remove Ignore attribute from ReferenceFixture.CanMoveAReferenceToADeeperReferenceHierarchy() once git_reference_rename() is fixed
  • Remove Ignore attribute from ReferenceFixture.CanMoveAReferenceToAUpperReferenceHierarchy() once git_reference_rename() is fixed

Miscellaneous

  • Run the build on a Unix platform