Skip to content

Added the ability to send ArtSync message in the Art-Net protocol implementation. #21

Added the ability to send ArtSync message in the Art-Net protocol implementation.

Added the ability to send ArtSync message in the Art-Net protocol implementation. #21

Workflow file for this run

name: Run tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.11.8
uses: actions/setup-python@v1
with:
python-version: 3.11.8
- name: Run test
run: python -m unittest discover --v