#!/bin/bash
#CUDA_VISIBLE_DEVICES="5"
python3 -m unittest "$@" || \
echo -e "\nTest(s) failed. Make sure you've installed all Python dependencies."