Vision: Changing all the raw asserts to self.assert in tests

Created on 17 Oct 2019  路  5Comments  路  Source: pytorch/vision

As pointed out by @fmassa here in #1465. We could switch the existing asserts to the self.assert version of it.

This could be a simple first issue for people to start with.

enhancement help wanted tests

All 5 comments

I would recommend sending small-sized PRs, changing a single file / a few hundred lines at a time, to make reviewing easier.

@PyExtreme this could also be a good starting point for you :)

Hi @ekagra-ranjan , this issue has already been picked. Thanks for letting me about it. I have started working on #1375 and that also looks very interesting.

Thank you

The last PRs should cover all the remaining bare assert in the tests!

Fixed by @frgfm , thanks a lot!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ibtingzon picture ibtingzon  路  3Comments

bodokaiser picture bodokaiser  路  3Comments

a-maci picture a-maci  路  3Comments

carlocab picture carlocab  路  3Comments

Linardos picture Linardos  路  4Comments