Skip to content

Test-Added tests for subscription_handle.py #1

Test-Added tests for subscription_handle.py

Test-Added tests for subscription_handle.py #1

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test-subscription-handle:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install test deps
run: |
python -m pip install --upgrade pip
python -m pip install pytest
- name: Run subscription_handle tests
run: |
python -m pytest -q tests/test_subscription_handle.py