Skip to content

Merge pull request #14 from jpopelka/custom-results #6

Merge pull request #14 from jpopelka/custom-results

Merge pull request #14 from jpopelka/custom-results #6

Workflow file for this run

name: Pytest
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install
run: |
pip3 install -r requirements.txt
pip3 install .
- name: Test with pytest
run: |
pip3 install pytest
pytest --verbose --showlocals tests/