AttackingOrDefending / pydraughts

A draughts (checkers) library for Python with move generation, PDN reading and writing, engine communication and balloted openings
MIT License
13 stars 5 forks source link

Remove test `Message gameend not allowed; wait until your turn` #21

Closed AttackingOrDefending closed 2 years ago

AttackingOrDefending commented 2 years ago

The test Message gameend not allowed; wait until your turn was often failing.

codecov-commenter commented 2 years ago

Codecov Report

Merging #21 (5f2b846) into main (04c352c) will decrease coverage by 0.07%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
- Coverage   97.67%   97.60%   -0.08%     
==========================================
  Files          19       19              
  Lines        2758     2758              
==========================================
- Hits         2694     2692       -2     
- Misses         64       66       +2     
Impacted Files Coverage Δ
draughts/engines/dxp_communication/dxp_run.py 86.63% <0.00%> (-0.87%) :arrow_down:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more