Skip to content

Better test coverage for util.py #36

Better test coverage for util.py

Better test coverage for util.py #36

Workflow file for this run

name: Build and test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install requirements
run: pip install -r requirements.txt
- name: Install package
run: pip install .
- name: Run tests
run: pytest .