Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Fix #970, call on_error even after first error #320

Fix #970, call on_error even after first error

Fix #970, call on_error even after first error #320

Workflow file for this run

name: Run doctest on Sphinx docs
on: [push, pull_request]
jobs:
run-doctest:
runs-on: ubuntu-latest
name: doctest check
steps:
- name: Check out source repository
uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }} environment
uses: actions/setup-python@v6
with:
python-version: "3.13"
- name: Run pytest with doctest args
run: |
pip3 install pytest 'websocket-client[docs]' rel
pytest ./docs/source -v --doctest-glob="*.rst" --doctest-modules
Morty Proxy This is a proxified and sanitized view of the page, visit original site.