Skip to content

better use is and not == #50

better use is and not ==

better use is and not == #50

Workflow file for this run

name: Tests
on:
pull_request:
jobs:
Unit-Tests:
runs-on: ubuntu-20.04
steps:
- name: check out our code
uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: install poetry
run: curl -sSL https://install.python-poetry.org | python -
- name: install myself
run: poetry install
- name: unit tests
run: poetry run python -m pytest -rA -sv tests/