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