#!/bin/bash

#run one test. start from main directory

python -m unittest discover tests $@ -vvvf
