Skip to content

docs: add Handout

docs: add Handout #6

Workflow file for this run

name: Test Python application
on:
push:
branches: [ "main" ]
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.12"
- name: Run tests
run: |
python -m unittest search_tests.SearchTextTestCase