NisargMukeshbhaiPatel / Connect-Four-Terminal-Game

A classic Connect Four game implemented in Python, playable in the terminal with colorful text-based graphics.
2 stars 1 forks source link

docs: Running Test #9

Open NisargMukeshbhaiPatel opened 8 months ago

NisargMukeshbhaiPatel commented 8 months ago

We need to provide instructions on running tests in our Python project in README.md

anirudh9777 commented 8 months ago

Now that we also have BDD testing, we should also include docs for that! so just to be clear now docs would contain both how to run unit test and also behavioral tests right?

NisargMukeshbhaiPatel commented 8 months ago

Now that we also have BDD testing, we should also include docs for that! so just to be clear now docs would contain both how to run unit test and also behavioral tests right?

Yeah