File: verify.sh

package info (click to toggle)
python-socketio 5.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 836 kB
  • sloc: python: 8,645; sh: 12; makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 223 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/bash

cd debian/tests/asyncio/
python3 -m unittest test_asyncio_namespace.py
python3 -m unittest test_asyncio_pubsub_manager.py

cd ../common/
python3 -m unittest test_namespace.py
python3 -m unittest test_packet.py