Skip to content

move some methods out, add engine ABC #8

move some methods out, add engine ABC

move some methods out, add engine ABC #8

Workflow file for this run

name: Unit tests
on:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pip install ".[test]"
- run: pytest -v tests