prateeksan / chesspi

A database and api for chess games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Mock Method Renaming

prateeksan opened this issue · comments

In the tests, private methods such as __create_test_game should be renamed to __create_mock_game.

This way the word test remains conventionally reserved.

@edmundlam thanks for the feedback.

Merged