Skip to content

Possibility to change the default port 6454 to another if necessary #33

Possibility to change the default port 6454 to another if necessary

Possibility to change the default port 6454 to another if necessary #33

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