pyIPAM - Docker Plugin for IPAM written in Python
Jacek Kowalski
2020-05-22 40a1f97aa6f7ef85c73fcf942f7872b61c64a0fd
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'