Skip to content

Include Total Points in player_stats return (#52) #19

Include Total Points in player_stats return (#52)

Include Total Points in player_stats return (#52) #19

Workflow file for this run

name: Unit tests
on:
push:
workflow_dispatch:
jobs:
ut:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Run unit tests
run: |
pip install -r requirements.txt
python setup.py test