Skip to content

Add case for when AS path ends on a peer #4

Add case for when AS path ends on a peer

Add case for when AS path ends on a peer #4

Workflow file for this run

name: Run Python tests
on:
push:
pull_request:
jobs:
amd64:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: '3.11'
- name: Run Python unit tests
run: python -m unittest discover .