ubsuny / 23-Homework5G3

MIT License
0 stars 9 forks source link

Pytest #37

Open poojashresthacode opened 9 months ago

poojashresthacode commented 9 months ago

Hi @LinxuanHu , Do we need to do pytest ?? Or only linting is enough?

uarif commented 9 months ago

I believe pytest is for unit test, right? in that case, yes, but you can confirm from instructor.

uarif commented 9 months ago

And, the raw codes are merged I guess, you can go ahead for your task 3. I still need to polish my code a bit but I guess the unit test would be fine at this stage. @LinxuanHu

s4il3sh commented 9 months ago

Hi @LinxuanHu , Do we need to do pytest ?? Or only linting is enough?

We need to do both. They are different things.

uarif commented 9 months ago

Okay, thank you for clarification.

LinxuanHu commented 9 months ago

yeah, i did both, you can check that