ubsuny / 23-Homework5G4

MIT License
0 stars 7 forks source link

Unit Testing Action Workflow #31

Closed Mosaddeq107 closed 1 year ago

Mosaddeq107 commented 1 year ago

Hi all, as we need to create two unit testing (one for calculating the actual frequency and another for the peak frequency) py files, Can we do these two unit testings in one single action workflow file or add two separate unit testing action workflow files?

sharmistharanit commented 1 year ago

I would suggest opening one action flow file. You can change unit test file name in pytest workflow file.

Mosaddeq107 commented 1 year ago

I would suggest opening one action flow file. You can change unit test file name in pytest workflow file.

Thanks for your reply.

uarif commented 1 year ago

What if you use that code, which works for all .py files. I think that would make more sense, no?

Mosaddeq107 commented 1 year ago

Okay. thanks