#! /bin/bash

# Run the non db unit tests (don't have py3k versions  of psycopg or
# couch db installed right now
find tests -type f | grep -v -E '(db|pyc)' | xargs python3 scripts/run_tests
