-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
- https://github.com/greenbender/inn-docker
- https://github.com/cclauss/apt-get-inn2-docker
- Draft: Run the pynntp tests in the build GitHub Action InterNetNews/inn#313
GitHub Actions in these repos run the pynntp tests against an INN2 server to ensure compatibility. pypnp does not ship with its tests so this currently requires:
- uses: actions/checkout@v4
with:
repository: greenbender/pynntp
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: pip install --upgrade pip
- run: pip install pytest
- run: pip install --editable .
- run: pytestWould it be possible to create a pip install "pynntp[tests]" option that would shorten this to:
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: pip install --upgrade pip
- run: pip install "pynntp[tests]" pytest
- run: pytestReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels