Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Docs: Add deprecation notice for library functionality #48

Docs: Add deprecation notice for library functionality

Docs: Add deprecation notice for library functionality #48

name: Test xapi-python
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install requirements
run: pip install -r requirements.txt
- name: Test xapi-python
run: python -m unittest discover tests