Skip to content

deleted hack.py - not needed #27

deleted hack.py - not needed

deleted hack.py - not needed #27

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Discover tests
run: |
echo "Starting discovery..."
python -m unittest discover -s "./_tests"