import sys

sys.path.insert(0, sys.argv.pop(1))

import netaddr.tests
netaddr.tests.run()
