dashboard
repositories
filestore
activity
search
login
docker-plugin
/
pyipam
pyIPAM - Docker Plugin for IPAM written in Python
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Workflows: update test workflow
Jacek Kowalski
2026-03-11
9527c46b9528875cf705bd753844321809195277
[docker-plugin/pyipam]
/
test_unittest.sh
1
2
3
4
5
6
7
#!/bin/bash
if [ -d venv ]; then
. ./venv/bin/activate
fi
python -m unittest discover -v -s test -t . -p '*.py'