Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Commits
- rDLDG2a3e57db3762: Make MockStorage1 return the same types as the real storage.
Diff Detail
Diff Detail
- Repository
- rDLDG Git loader
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DLDG/job/tox/23/ for more details.
swh/loader/git/tests/test_loader.py | ||
---|---|---|
244 | why did it work before? |
swh/loader/git/tests/test_loader.py | ||
---|---|---|
244 | Probably because it compared hex representations of "new" stuff with bytes representations of what was already in the db, which were unequal. |
swh/loader/git/tests/test_loader.py | ||
---|---|---|
244 | That makes sense. |