MagicPodcast/run_tests.sh

6 lines
81 B
Bash
Raw Permalink Normal View History

#!/bin/bash
pipenv run python -m unittest discover -s ./tests/ -p 'test_*.py'