gunyarakun / python-shogi

A pure Python shogi library with move generation and validation and handling of common formats.
GNU General Public License v3.0
179 stars 43 forks source link

add `make test` command to running test #30

Closed yuiseki closed 3 years ago

yuiseki commented 3 years ago

I cant understand how to write and run test in this project. I think it would be better to share how to run test with Makefile.

gunyarakun commented 3 years ago

You can see how to test in this section. https://github.com/gunyarakun/python-shogi#how-to-test

But currently nose is not in requirements.txt, I'll add it.