Open ClasherKasten opened 2 years ago
Hi, I am want to solve this, can you assign me?
Looks good, do you need more tests created? Interesting project!
Looks good, do you need more tests created? Interesting project!
First: Nice that you find this project interesting. 👍
Ok check out https://github.com/marcusbuffett/command-line-chess/pull/50 ?
There are not really tests in this repository which makes it a bit hard to ensure there are no bugs and/or unintentional behavior.
To fix this, unittests should be written. When this is done, integration tests can be done too.
Right now there is only one (unnecessary) test.All new tests should be created in a new directory calledtests/
and because it is already in use,pytest
should be used as test-framework.