ubsuny / 23-Homework7G5

Apache License 2.0
0 stars 13 forks source link

Testing Strategy Decision: #11

Closed Mosaddeq107 closed 11 months ago

Mosaddeq107 commented 11 months ago

Even though unit tests are not required, should we implement any testing for our code separately or combined?

reshnashrestha commented 11 months ago

I am also not sure about this. so no unit test are required, but why there is unittesting.yml for gihub actions in hw?

Mosaddeq107 commented 11 months ago

I am also not sure about this. so no unit test are required, but why there is unittesting.yml for gihub actions in hw?

Thats the point.

reshnashrestha commented 11 months ago

We should be confirming on this matter.

poojashresthacode commented 11 months ago

It's by default.

uarif commented 11 months ago

We can test our code separatly

uarif commented 11 months ago

I guess we can also check combine. We can test all the .py files

reshnashrestha commented 11 months ago

Nice