Revision 6e889e8737e83abc244f489ae6a74a61326efe63 authored by Ryan Giordano on 05 April 2018, 21:44:34 UTC, committed by Ryan Giordano on 05 April 2018, 21:49:29 UTC
1 parent 133de72
Raw File
run_tests.sh
#!/bin/bash

# See https://docs.python.org/3/library/unittest.html#test-discovery
python3 -m unittest discover -p 'test*.py' -v
back to top