#!/bin/sh

# Test suite automatically skips over tests that cannot be
# executed because of insufficient priviliges.

exec py.test tests/
