ubsuny / 23-Homework4G4

MIT License
0 stars 10 forks source link

Are we supposed to use pytest or unittest to do the unit testing part of the HW? #46

Closed AhmedCode99 closed 1 year ago

AhmedCode99 commented 1 year ago

Does it matter?

reshnashrestha commented 1 year ago

@AhmedCode99 unit test and pytest are totally different. unit test checks for your code running correctly or not while the pytest checks for some standard guidelines that codes need to follow in the unit test.

poojashresthacode commented 1 year ago

We must do pytest. And again we must do linting and get 10/10 rating for our code by editing it.