Skip to content
This repository was archived by the owner on Jul 26, 2026. It is now read-only.
This repository was archived by the owner on Jul 26, 2026. It is now read-only.

Missing assert in test_base.py #101

Description

@Sjord

gitdb/gitdb/test/test_base.py at master · gitpython-developers/gitdb

istream.size = s * 2
istream.size == s * 2

istream.size == s * 2 doesn't do anything. It should probably be assert istream.size == s * 2.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions