Skip to content

chore: fix nit

chore: fix nit #42

Workflow file for this run

name: Unit Test
on: [push]
jobs:
unit_test:
runs-on: ubuntu-latest
name: Unit test
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: python -m pip install --upgrade pip prettytable
- name: Run suite
run: python test_summary.py -v