pyIPAM - Docker Plugin for IPAM written in Python
Jacek Kowalski
2020-05-03 659253a65545309d3cdd9280d88d011d45f0014b
commit | author | age
659253 1 #!/bin/bash
JK 2
3 if [ -d venv ]; then
4   . ./venv/bin/activate
5 fi
6
7 python -m unittest discover -v -s test -t . -p '*.py'